From 6bcaaeb6cf0e2aa3cd99a0d711cef502b7fd0794 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 19 Feb 2026 16:14:17 +0000 Subject: [PATCH 1/8] Update dependencies from https://github.com/dotnet/dotnet build 20260219.3 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26119.103 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-preview.3.26119.103 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-preview.3.26119.103 --- NuGet.config | 2 +- eng/Version.Details.xml | 40 +++++++++---------- eng/Versions.props | 10 ++--- eng/common/build.cmd | 3 ++ eng/common/core-templates/job/job.yml | 2 + .../job/publish-build-assets.yml | 13 +++--- .../core-templates/job/source-build.yml | 8 ++-- .../job/source-index-stage1.yml | 8 ++-- .../core-templates/post-build/post-build.yml | 17 ++++---- .../steps/install-microbuild-impl.yml | 2 +- .../steps/install-microbuild.yml | 34 ++++++++++++---- .../core-templates/steps/publish-logs.yml | 4 +- .../steps/source-index-stage1-publish.yml | 4 +- eng/common/cross/arm/tizen/tizen.patch | 9 +++++ eng/common/cross/arm64/tizen/tizen.patch | 9 +++++ eng/common/cross/build-rootfs.sh | 8 ++-- eng/common/cross/x64/tizen/tizen.patch | 9 +++++ eng/common/cross/x86/tizen/tizen.patch | 9 +++++ eng/common/dotnet.cmd | 7 ++++ eng/common/internal-feed-operations.ps1 | 2 +- eng/common/native/install-dependencies.sh | 11 ++--- eng/common/post-build/nuget-verification.ps1 | 2 +- eng/common/sdk-task.ps1 | 2 +- eng/common/templates/steps/vmr-sync.yml | 21 ---------- .../templates/variables/pool-providers.yml | 2 +- eng/common/templates/vmr-build-pr.yml | 1 + eng/common/tools.ps1 | 37 +++++++++++------ eng/common/tools.sh | 12 +++--- eng/common/vmr-sync.ps1 | 38 +++++++++++++++--- eng/common/vmr-sync.sh | 30 +++++++++++--- global.json | 8 ++-- 31 files changed, 237 insertions(+), 127 deletions(-) create mode 100644 eng/common/build.cmd create mode 100644 eng/common/cross/arm/tizen/tizen.patch create mode 100644 eng/common/cross/arm64/tizen/tizen.patch create mode 100644 eng/common/cross/x64/tizen/tizen.patch create mode 100644 eng/common/cross/x86/tizen/tizen.patch create mode 100644 eng/common/dotnet.cmd diff --git a/NuGet.config b/NuGet.config index fca896d45e4..83381ddd893 100644 --- a/NuGet.config +++ b/NuGet.config @@ -10,7 +10,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ad5ace01b46..723d7ca819b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 73edf32f163e0f871258311bbfee37d49daa92af - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 73edf32f163e0f871258311bbfee37d49daa92af - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 73edf32f163e0f871258311bbfee37d49daa92af - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 73edf32f163e0f871258311bbfee37d49daa92af - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 73edf32f163e0f871258311bbfee37d49daa92af - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 73edf32f163e0f871258311bbfee37d49daa92af - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 73edf32f163e0f871258311bbfee37d49daa92af - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 73edf32f163e0f871258311bbfee37d49daa92af https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + + 73edf32f163e0f871258311bbfee37d49daa92af https://github.com/dotnet/dotnet - - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + + 73edf32f163e0f871258311bbfee37d49daa92af https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index da50f10c2bb..908fe339d25 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 10.0.0-rc.1.25555.107 - 10.0.0-rc.1.25555.107 - 10.0.0-rc.1.25555.107 - 10.0.0-rc.1.25555.107 + 11.0.0-preview.3.26119.103 + 11.0.0-preview.3.26119.103 + 11.0.0-preview.3.26119.103 + 11.0.0-preview.3.26119.103 0.16.0-custom.20260127.101 - 10.0.0-rc.1.25555.107 + 11.0.0-preview.3.26119.103 11.0.0-prerelease.26064.3 diff --git a/eng/common/build.cmd b/eng/common/build.cmd new file mode 100644 index 00000000000..99daf368aba --- /dev/null +++ b/eng/common/build.cmd @@ -0,0 +1,3 @@ +@echo off +powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0build.ps1""" %*" +exit /b %ErrorLevel% diff --git a/eng/common/core-templates/job/job.yml b/eng/common/core-templates/job/job.yml index cb4ccc023a3..748c4f07a64 100644 --- a/eng/common/core-templates/job/job.yml +++ b/eng/common/core-templates/job/job.yml @@ -73,6 +73,8 @@ jobs: templateContext: ${{ parameters.templateContext }} variables: + - name: AllowPtrToDetectTestRunRetryFiles + value: true - ${{ if ne(parameters.enableTelemetry, 'false') }}: - name: DOTNET_CLI_TELEMETRY_PROFILE value: '$(Build.Repository.Uri)' diff --git a/eng/common/core-templates/job/publish-build-assets.yml b/eng/common/core-templates/job/publish-build-assets.yml index 4d282377c18..c9ee8ffd8f1 100644 --- a/eng/common/core-templates/job/publish-build-assets.yml +++ b/eng/common/core-templates/job/publish-build-assets.yml @@ -80,7 +80,7 @@ jobs: # If it's not devdiv, it's dnceng ${{ if ne(variables['System.TeamProject'], 'DevDiv') }}: name: NetCore1ESPool-Publishing-Internal - image: windows.vs2019.amd64 + image: windows.vs2022.amd64 os: windows steps: - ${{ if eq(parameters.is1ESPipeline, '') }}: @@ -122,8 +122,9 @@ jobs: # Populate internal runtime variables. - template: /eng/common/templates/steps/enable-internal-sources.yml - parameters: - legacyCredential: $(dn-bot-dnceng-artifact-feeds-rw) + ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: + parameters: + legacyCredential: $(dn-bot-dnceng-artifact-feeds-rw) - template: /eng/common/templates/steps/enable-internal-runtimes.yml @@ -140,7 +141,7 @@ jobs: /p:MaestroApiEndpoint=https://maestro.dot.net /p:OfficialBuildId=$(OfficialBuildId) -runtimeSourceFeed https://ci.dot.net/internal - -runtimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64) + -runtimeSourceFeedKey '$(dotnetbuilds-internal-container-read-token-base64)' condition: ${{ parameters.condition }} continueOnError: ${{ parameters.continueOnError }} @@ -210,8 +211,8 @@ jobs: -ArtifactsPublishingAdditionalParameters '${{ parameters.artifactsPublishingAdditionalParameters }}' -SymbolPublishingAdditionalParameters '${{ parameters.symbolPublishingAdditionalParameters }}' -SkipAssetsPublishing '${{ parameters.isAssetlessBuild }}' - -runtimeSourceFeed https://ci.dot.net/internal - -runtimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64) + -runtimeSourceFeed https://ci.dot.net/internal + -runtimeSourceFeedKey '$(dotnetbuilds-internal-container-read-token-base64)' - ${{ if eq(parameters.enablePublishBuildArtifacts, 'true') }}: - template: /eng/common/core-templates/steps/publish-logs.yml diff --git a/eng/common/core-templates/job/source-build.yml b/eng/common/core-templates/job/source-build.yml index d805d5faeb9..1997c2ae00d 100644 --- a/eng/common/core-templates/job/source-build.yml +++ b/eng/common/core-templates/job/source-build.yml @@ -60,19 +60,19 @@ jobs: pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore-Svc-Public' ), False, 'NetCore-Public')] - demands: ImageOverride -equals build.ubuntu.2004.amd64 + demands: ImageOverride -equals build.azurelinux.3.amd64.open ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')] - image: 1es-mariner-2 + image: build.azurelinux.3.amd64 os: linux ${{ else }}: pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore-Svc-Public' ), False, 'NetCore-Public')] - demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open + demands: ImageOverride -equals build.azurelinux.3.amd64.open ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')] - demands: ImageOverride -equals Build.Ubuntu.2204.Amd64 + demands: ImageOverride -equals build.azurelinux.3.amd64 ${{ if ne(parameters.platform.pool, '') }}: pool: ${{ parameters.platform.pool }} diff --git a/eng/common/core-templates/job/source-index-stage1.yml b/eng/common/core-templates/job/source-index-stage1.yml index 30530359a5d..76baf5c2725 100644 --- a/eng/common/core-templates/job/source-index-stage1.yml +++ b/eng/common/core-templates/job/source-index-stage1.yml @@ -3,7 +3,7 @@ parameters: sourceIndexBuildCommand: powershell -NoLogo -NoProfile -ExecutionPolicy Bypass -Command "eng/common/build.ps1 -restore -build -binarylog -ci" preSteps: [] binlogPath: artifacts/log/Debug/Build.binlog - condition: '' + condition: eq(variables['Build.SourceBranch'], 'refs/heads/main') dependsOn: '' pool: '' is1ESPipeline: '' @@ -25,10 +25,10 @@ jobs: pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: name: $(DncEngPublicBuildPool) - image: windows.vs2022.amd64.open + image: windows.vs2026preview.scout.amd64.open ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: $(DncEngInternalBuildPool) - image: windows.vs2022.amd64 + image: windows.vs2026preview.scout.amd64 steps: - ${{ if eq(parameters.is1ESPipeline, '') }}: @@ -41,4 +41,4 @@ jobs: - template: /eng/common/core-templates/steps/source-index-stage1-publish.yml parameters: - binLogPath: ${{ parameters.binLogPath }} \ No newline at end of file + binLogPath: ${{ parameters.binLogPath }} diff --git a/eng/common/core-templates/post-build/post-build.yml b/eng/common/core-templates/post-build/post-build.yml index 0af41fe5f9f..3bed9cdb49d 100644 --- a/eng/common/core-templates/post-build/post-build.yml +++ b/eng/common/core-templates/post-build/post-build.yml @@ -127,11 +127,11 @@ stages: ${{ else }}: ${{ if eq(parameters.is1ESPipeline, true) }}: name: $(DncEngInternalBuildPool) - image: windows.vs2022.amd64 + image: windows.vs2026preview.scout.amd64 os: windows ${{ else }}: name: $(DncEngInternalBuildPool) - demands: ImageOverride -equals windows.vs2022.amd64 + demands: ImageOverride -equals windows.vs2026preview.scout.amd64 steps: - template: /eng/common/core-templates/post-build/setup-maestro-vars.yml @@ -175,7 +175,7 @@ stages: os: windows ${{ else }}: name: $(DncEngInternalBuildPool) - demands: ImageOverride -equals windows.vs2022.amd64 + demands: ImageOverride -equals windows.vs2026preview.scout.amd64 steps: - template: /eng/common/core-templates/post-build/setup-maestro-vars.yml parameters: @@ -236,7 +236,7 @@ stages: os: windows ${{ else }}: name: $(DncEngInternalBuildPool) - demands: ImageOverride -equals windows.vs2022.amd64 + demands: ImageOverride -equals windows.vs2026preview.scout.amd64 steps: - template: /eng/common/core-templates/post-build/setup-maestro-vars.yml parameters: @@ -293,11 +293,11 @@ stages: ${{ else }}: ${{ if eq(parameters.is1ESPipeline, true) }}: name: NetCore1ESPool-Publishing-Internal - image: windows.vs2019.amd64 + image: windows.vs2022.amd64 os: windows ${{ else }}: name: NetCore1ESPool-Publishing-Internal - demands: ImageOverride -equals windows.vs2019.amd64 + demands: ImageOverride -equals windows.vs2022.amd64 steps: - template: /eng/common/core-templates/post-build/setup-maestro-vars.yml parameters: @@ -305,8 +305,9 @@ stages: PromoteToChannelIds: ${{ parameters.PromoteToChannelIds }} is1ESPipeline: ${{ parameters.is1ESPipeline }} - - task: NuGetAuthenticate@1 # Populate internal runtime variables. + - task: NuGetAuthenticate@1 + # Populate internal runtime variables. - template: /eng/common/templates/steps/enable-internal-sources.yml parameters: legacyCredential: $(dn-bot-dnceng-artifact-feeds-rw) @@ -334,4 +335,4 @@ stages: -SymbolPublishingAdditionalParameters '${{ parameters.symbolPublishingAdditionalParameters }}' -SkipAssetsPublishing '${{ parameters.isAssetlessBuild }}' -runtimeSourceFeed https://ci.dot.net/internal - -runtimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64) + -runtimeSourceFeedKey '$(dotnetbuilds-internal-container-read-token-base64)' diff --git a/eng/common/core-templates/steps/install-microbuild-impl.yml b/eng/common/core-templates/steps/install-microbuild-impl.yml index b9e0143ee92..da22beb3f60 100644 --- a/eng/common/core-templates/steps/install-microbuild-impl.yml +++ b/eng/common/core-templates/steps/install-microbuild-impl.yml @@ -18,7 +18,7 @@ parameters: type: boolean steps: -- ${{ if eq(parameters.enablePreviewMicrobuild, 'true') }}: +- ${{ if eq(parameters.enablePreviewMicrobuild, true) }}: - task: MicroBuildSigningPluginPreview@4 displayName: Install Preview MicroBuild plugin inputs: ${{ parameters.microbuildTaskInputs }} diff --git a/eng/common/core-templates/steps/install-microbuild.yml b/eng/common/core-templates/steps/install-microbuild.yml index 3d42d9a5661..4f4b56ed2a6 100644 --- a/eng/common/core-templates/steps/install-microbuild.yml +++ b/eng/common/core-templates/steps/install-microbuild.yml @@ -13,6 +13,8 @@ parameters: # Unfortunately, _SignType can't be used to exclude the use of the service connection in non-real sign scenarios. The # variable is not available in template expression. _SignType has a very large proliferation across .NET, so replacing it is tough. microbuildUseESRP: true + # Microbuild installation directory + microBuildOutputFolder: $(Agent.TempDirectory)/MicroBuild # Microbuild version microbuildPluginVersion: 'latest' @@ -21,16 +23,33 @@ parameters: steps: - ${{ if eq(parameters.enableMicrobuild, 'true') }}: - ${{ if eq(parameters.enableMicrobuildForMacAndLinux, 'true') }}: - # Installing .NET 8 is required to use the MicroBuild signing plugin on non-Windows platforms + # Needed to download the MicroBuild plugin nupkgs on Mac and Linux when nuget.exe is unavailable - task: UseDotNet@2 displayName: Install .NET 8.0 SDK for MicroBuild Plugin inputs: packageType: sdk version: 8.0.x - # Installing the SDK in a '.dotnet-microbuild' directory is required for signing. - # See target FindDotNetPathForMicroBuild in arcade/src/Microsoft.DotNet.Arcade.Sdk/tools/Sign.proj - # Do not remove '.dotnet-microbuild' from the path without changing the corresponding logic. - installationPath: $(Agent.TempDirectory)/.dotnet-microbuild + installationPath: ${{ parameters.microBuildOutputFolder }}/.dotnet-microbuild + condition: and(succeeded(), ne(variables['Agent.Os'], 'Windows_NT')) + + - script: | + set -euo pipefail + + # UseDotNet@2 prepends the dotnet executable path to the PATH variable, so we can call dotnet directly + version=$(dotnet --version) + cat << 'EOF' > ${{ parameters.microBuildOutputFolder }}/global.json + { + "sdk": { + "version": "$version", + "paths": [ + "${{ parameters.microBuildOutputFolder }}/.dotnet-microbuild" + ], + "errorMessage": "The .NET SDK version $version is required to install the MicroBuild signing plugin." + } + } + EOF + displayName: 'Add global.json to MicroBuild Installation path' + workingDirectory: ${{ parameters.microBuildOutputFolder }} condition: and(succeeded(), ne(variables['Agent.Os'], 'Windows_NT')) - script: | @@ -70,7 +89,7 @@ steps: ConnectedPMEServiceName: 248d384a-b39b-46e3-8ad5-c2c210d5e7ca microbuildEnv: TeamName: $(_TeamName) - MicroBuildOutputFolderOverride: $(Agent.TempDirectory)/MicroBuild + MicroBuildOutputFolderOverride: ${{ parameters.microBuildOutputFolder }} SYSTEM_ACCESSTOKEN: $(System.AccessToken) continueOnError: ${{ parameters.continueOnError }} condition: and(succeeded(), eq(variables['Agent.Os'], 'Windows_NT'), in(variables['_SignType'], 'real', 'test')) @@ -84,6 +103,7 @@ steps: zipSources: false feedSource: https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json version: ${{ parameters.microbuildPluginVersion }} + workingDirectory: ${{ parameters.microBuildOutputFolder }} ${{ if eq(parameters.microbuildUseESRP, true) }}: ConnectedServiceName: 'MicroBuild Signing Task (DevDiv)' ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: @@ -92,7 +112,7 @@ steps: ConnectedPMEServiceName: c24de2a5-cc7a-493d-95e4-8e5ff5cad2bc microbuildEnv: TeamName: $(_TeamName) - MicroBuildOutputFolderOverride: $(Agent.TempDirectory)/MicroBuild + MicroBuildOutputFolderOverride: ${{ parameters.microBuildOutputFolder }} SYSTEM_ACCESSTOKEN: $(System.AccessToken) continueOnError: ${{ parameters.continueOnError }} condition: and(succeeded(), ne(variables['Agent.Os'], 'Windows_NT'), eq(variables['_SignType'], 'real')) diff --git a/eng/common/core-templates/steps/publish-logs.yml b/eng/common/core-templates/steps/publish-logs.yml index 0664c343b2a..5a927b4c7bc 100644 --- a/eng/common/core-templates/steps/publish-logs.yml +++ b/eng/common/core-templates/steps/publish-logs.yml @@ -26,10 +26,10 @@ steps: # If the file exists - sensitive data for redaction will be sourced from it # (single entry per line, lines starting with '# ' are considered comments and skipped) arguments: -InputPath '$(System.DefaultWorkingDirectory)/PostBuildLogs' - -BinlogToolVersion ${{parameters.BinlogToolVersion}} + -BinlogToolVersion '${{parameters.BinlogToolVersion}}' -TokensFilePath '$(System.DefaultWorkingDirectory)/eng/BinlogSecretsRedactionFile.txt' -runtimeSourceFeed https://ci.dot.net/internal - -runtimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64) + -runtimeSourceFeedKey '$(dotnetbuilds-internal-container-read-token-base64)' '$(publishing-dnceng-devdiv-code-r-build-re)' '$(MaestroAccessToken)' '$(dn-bot-all-orgs-artifact-feeds-rw)' diff --git a/eng/common/core-templates/steps/source-index-stage1-publish.yml b/eng/common/core-templates/steps/source-index-stage1-publish.yml index eff4573c6e5..3ad83b8c307 100644 --- a/eng/common/core-templates/steps/source-index-stage1-publish.yml +++ b/eng/common/core-templates/steps/source-index-stage1-publish.yml @@ -14,8 +14,8 @@ steps: workingDirectory: $(Agent.TempDirectory) - script: | - $(Agent.TempDirectory)/dotnet/dotnet tool install BinLogToSln --version ${{parameters.sourceIndexProcessBinlogPackageVersion}} --add-source ${{parameters.SourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools - $(Agent.TempDirectory)/dotnet/dotnet tool install UploadIndexStage1 --version ${{parameters.sourceIndexUploadPackageVersion}} --add-source ${{parameters.SourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools + $(Agent.TempDirectory)/dotnet/dotnet tool install BinLogToSln --version ${{parameters.sourceIndexProcessBinlogPackageVersion}} --source ${{parameters.sourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools + $(Agent.TempDirectory)/dotnet/dotnet tool install UploadIndexStage1 --version ${{parameters.sourceIndexUploadPackageVersion}} --source ${{parameters.sourceIndexPackageSource}} --tool-path $(Agent.TempDirectory)/.source-index/tools displayName: "Source Index: Download netsourceindex Tools" # Set working directory to temp directory so 'dotnet' doesn't try to use global.json and use the repo's sdk. workingDirectory: $(Agent.TempDirectory) diff --git a/eng/common/cross/arm/tizen/tizen.patch b/eng/common/cross/arm/tizen/tizen.patch new file mode 100644 index 00000000000..fb12ade7250 --- /dev/null +++ b/eng/common/cross/arm/tizen/tizen.patch @@ -0,0 +1,9 @@ +diff -u -r a/usr/lib/libc.so b/usr/lib/libc.so +--- a/usr/lib/libc.so 2016-12-30 23:00:08.284951863 +0900 ++++ b/usr/lib/libc.so 2016-12-30 23:00:32.140951815 +0900 +@@ -2,4 +2,4 @@ + Use the shared library, but some functions are only in + the static library, so try that secondarily. */ + OUTPUT_FORMAT(elf32-littlearm) +-GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld-linux-armhf.so.3 ) ) ++GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-armhf.so.3 ) ) diff --git a/eng/common/cross/arm64/tizen/tizen.patch b/eng/common/cross/arm64/tizen/tizen.patch new file mode 100644 index 00000000000..2cebc547382 --- /dev/null +++ b/eng/common/cross/arm64/tizen/tizen.patch @@ -0,0 +1,9 @@ +diff -u -r a/usr/lib/libc.so b/usr/lib/libc.so +--- a/usr/lib64/libc.so 2016-12-30 23:00:08.284951863 +0900 ++++ b/usr/lib64/libc.so 2016-12-30 23:00:32.140951815 +0900 +@@ -2,4 +2,4 @@ + Use the shared library, but some functions are only in + the static library, so try that secondarily. */ + OUTPUT_FORMAT(elf64-littleaarch64) +-GROUP ( /lib64/libc.so.6 /usr/lib64/libc_nonshared.a AS_NEEDED ( /lib64/ld-linux-aarch64.so.1 ) ) ++GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-aarch64.so.1 ) ) diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh index 8abfb71f727..ef97671fe6c 100755 --- a/eng/common/cross/build-rootfs.sh +++ b/eng/common/cross/build-rootfs.sh @@ -72,7 +72,7 @@ __AlpinePackages+=" krb5-dev" __AlpinePackages+=" openssl-dev" __AlpinePackages+=" zlib-dev" -__FreeBSDBase="13.4-RELEASE" +__FreeBSDBase="13.5-RELEASE" __FreeBSDPkg="1.21.3" __FreeBSDABI="13" __FreeBSDPackages="libunwind" @@ -295,9 +295,7 @@ while :; do ;; noble) # Ubuntu 24.04 __CodeName=noble - if [[ -z "$__LLDB_Package" ]]; then - __LLDB_Package="liblldb-19-dev" - fi + __LLDB_Package="liblldb-19-dev" ;; stretch) # Debian 9 __CodeName=stretch @@ -383,7 +381,7 @@ while :; do ;; freebsd14) __CodeName=freebsd - __FreeBSDBase="14.2-RELEASE" + __FreeBSDBase="14.3-RELEASE" __FreeBSDABI="14" __SkipUnmount=1 ;; diff --git a/eng/common/cross/x64/tizen/tizen.patch b/eng/common/cross/x64/tizen/tizen.patch new file mode 100644 index 00000000000..56fbc881095 --- /dev/null +++ b/eng/common/cross/x64/tizen/tizen.patch @@ -0,0 +1,9 @@ +diff -u -r a/usr/lib64/libc.so b/usr/lib64/libc.so +--- a/usr/lib64/libc.so 2016-12-30 23:00:08.284951863 +0900 ++++ b/usr/lib64/libc.so 2016-12-30 23:00:32.140951815 +0900 +@@ -2,4 +2,4 @@ + Use the shared library, but some functions are only in + the static library, so try that secondarily. */ + OUTPUT_FORMAT(elf64-x86-64) +-GROUP ( /lib64/libc.so.6 /usr/lib64/libc_nonshared.a AS_NEEDED ( /lib64/ld-linux-x86-64.so.2 ) ) ++GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-x86-64.so.2 ) ) diff --git a/eng/common/cross/x86/tizen/tizen.patch b/eng/common/cross/x86/tizen/tizen.patch new file mode 100644 index 00000000000..f4fe8838ad6 --- /dev/null +++ b/eng/common/cross/x86/tizen/tizen.patch @@ -0,0 +1,9 @@ +diff -u -r a/usr/lib/libc.so b/usr/lib/libc.so +--- a/usr/lib/libc.so 2016-12-30 23:00:08.284951863 +0900 ++++ b/usr/lib/libc.so 2016-12-30 23:00:32.140951815 +0900 +@@ -2,4 +2,4 @@ + Use the shared library, but some functions are only in + the static library, so try that secondarily. */ + OUTPUT_FORMAT(elf32-i386) +-GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld-linux.so.2 ) ) ++GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux.so.2 ) ) diff --git a/eng/common/dotnet.cmd b/eng/common/dotnet.cmd new file mode 100644 index 00000000000..527fa4bb38f --- /dev/null +++ b/eng/common/dotnet.cmd @@ -0,0 +1,7 @@ +@echo off + +:: This script is used to install the .NET SDK. +:: It will also invoke the SDK with any provided arguments. + +powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0dotnet.ps1""" %*" +exit /b %ErrorLevel% diff --git a/eng/common/internal-feed-operations.ps1 b/eng/common/internal-feed-operations.ps1 index 92b77347d99..c282d3ae403 100644 --- a/eng/common/internal-feed-operations.ps1 +++ b/eng/common/internal-feed-operations.ps1 @@ -26,7 +26,7 @@ function SetupCredProvider { $url = 'https://raw.githubusercontent.com/microsoft/artifacts-credprovider/master/helpers/installcredprovider.ps1' Write-Host "Writing the contents of 'installcredprovider.ps1' locally..." - Invoke-WebRequest $url -OutFile installcredprovider.ps1 + Invoke-WebRequest $url -UseBasicParsing -OutFile installcredprovider.ps1 Write-Host 'Installing plugin...' .\installcredprovider.ps1 -Force diff --git a/eng/common/native/install-dependencies.sh b/eng/common/native/install-dependencies.sh index f7bd4af0c8d..abb47beacfa 100644 --- a/eng/common/native/install-dependencies.sh +++ b/eng/common/native/install-dependencies.sh @@ -24,16 +24,16 @@ case "$os" in apt update apt install -y build-essential gettext locales cmake llvm clang lld lldb liblldb-dev libunwind8-dev libicu-dev liblttng-ust-dev \ - libssl-dev libkrb5-dev pigz cpio + libssl-dev libkrb5-dev pigz cpio ninja-build localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 - elif [ "$ID" = "fedora" ] || [ "$ID" = "rhel" ] || [ "$ID" = "azurelinux" ]; then + elif [ "$ID" = "fedora" ] || [ "$ID" = "rhel" ] || [ "$ID" = "azurelinux" ] || [ "$ID" = "centos" ]; then pkg_mgr="$(command -v tdnf 2>/dev/null || command -v dnf)" - $pkg_mgr install -y cmake llvm lld lldb clang python curl libicu-devel openssl-devel krb5-devel lttng-ust-devel pigz cpio + $pkg_mgr install -y cmake llvm lld lldb clang python curl libicu-devel openssl-devel krb5-devel lttng-ust-devel pigz cpio ninja-build elif [ "$ID" = "amzn" ]; then - dnf install -y cmake llvm lld lldb clang python libicu-devel openssl-devel krb5-devel lttng-ust-devel pigz cpio + dnf install -y cmake llvm lld lldb clang python libicu-devel openssl-devel krb5-devel lttng-ust-devel pigz cpio ninja-build elif [ "$ID" = "alpine" ]; then - apk add build-base cmake bash curl clang llvm-dev lld lldb krb5-dev lttng-ust-dev icu-dev openssl-dev pigz cpio + apk add build-base cmake bash curl clang llvm-dev lld lldb krb5-dev lttng-ust-dev icu-dev openssl-dev pigz cpio ninja else echo "Unsupported distro. distro: $ID" exit 1 @@ -54,6 +54,7 @@ brew "openssl@3" brew "pkgconf" brew "python3" brew "pigz" +brew "ninja" EOF ;; diff --git a/eng/common/post-build/nuget-verification.ps1 b/eng/common/post-build/nuget-verification.ps1 index ac5c69ffcac..eea88e653c9 100644 --- a/eng/common/post-build/nuget-verification.ps1 +++ b/eng/common/post-build/nuget-verification.ps1 @@ -65,7 +65,7 @@ if ($NuGetExePath) { Write-Host "Downloading nuget.exe from $nugetExeUrl..." $ProgressPreference = 'SilentlyContinue' try { - Invoke-WebRequest $nugetExeUrl -OutFile $downloadedNuGetExe + Invoke-WebRequest $nugetExeUrl -UseBasicParsing -OutFile $downloadedNuGetExe $ProgressPreference = 'Continue' } catch { $ProgressPreference = 'Continue' diff --git a/eng/common/sdk-task.ps1 b/eng/common/sdk-task.ps1 index 9ae443f1c36..b64b66a6275 100644 --- a/eng/common/sdk-task.ps1 +++ b/eng/common/sdk-task.ps1 @@ -70,7 +70,7 @@ try { $GlobalJson.tools | Add-Member -Name "vs" -Value (ConvertFrom-Json "{ `"version`": `"16.5`" }") -MemberType NoteProperty } if( -not ($GlobalJson.tools.PSObject.Properties.Name -match "xcopy-msbuild" )) { - $GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.14.16" -MemberType NoteProperty + $GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "18.0.0" -MemberType NoteProperty } if ($GlobalJson.tools."xcopy-msbuild".Trim() -ine "none") { $xcopyMSBuildToolsFolder = InitializeXCopyMSBuild $GlobalJson.tools."xcopy-msbuild" -install $true diff --git a/eng/common/templates/steps/vmr-sync.yml b/eng/common/templates/steps/vmr-sync.yml index 599afb6186b..eb619c50268 100644 --- a/eng/common/templates/steps/vmr-sync.yml +++ b/eng/common/templates/steps/vmr-sync.yml @@ -38,27 +38,6 @@ steps: displayName: Label PR commit workingDirectory: $(Agent.BuildDirectory)/repo -- script: | - vmr_sha=$(grep -oP '(?<=Sha=")[^"]*' $(Agent.BuildDirectory)/repo/eng/Version.Details.xml) - echo "##vso[task.setvariable variable=vmr_sha]$vmr_sha" - displayName: Obtain the vmr sha from Version.Details.xml (Unix) - condition: ne(variables['Agent.OS'], 'Windows_NT') - workingDirectory: $(Agent.BuildDirectory)/repo - -- powershell: | - [xml]$xml = Get-Content -Path $(Agent.BuildDirectory)/repo/eng/Version.Details.xml - $vmr_sha = $xml.SelectSingleNode("//Source").Sha - Write-Output "##vso[task.setvariable variable=vmr_sha]$vmr_sha" - displayName: Obtain the vmr sha from Version.Details.xml (Windows) - condition: eq(variables['Agent.OS'], 'Windows_NT') - workingDirectory: $(Agent.BuildDirectory)/repo - -- script: | - git fetch --all - git checkout $(vmr_sha) - displayName: Checkout VMR at correct sha for repo flow - workingDirectory: ${{ parameters.vmrPath }} - - script: | git config --global user.name "dotnet-maestro[bot]" git config --global user.email "dotnet-maestro[bot]@users.noreply.github.com" diff --git a/eng/common/templates/variables/pool-providers.yml b/eng/common/templates/variables/pool-providers.yml index e0b19c14a07..18693ea120d 100644 --- a/eng/common/templates/variables/pool-providers.yml +++ b/eng/common/templates/variables/pool-providers.yml @@ -23,7 +23,7 @@ # # pool: # name: $(DncEngInternalBuildPool) -# demands: ImageOverride -equals windows.vs2019.amd64 +# demands: ImageOverride -equals windows.vs2022.amd64 variables: - ${{ if eq(variables['System.TeamProject'], 'internal') }}: - template: /eng/common/templates-official/variables/pool-providers.yml diff --git a/eng/common/templates/vmr-build-pr.yml b/eng/common/templates/vmr-build-pr.yml index ce3c29a62fa..2f3694fa132 100644 --- a/eng/common/templates/vmr-build-pr.yml +++ b/eng/common/templates/vmr-build-pr.yml @@ -34,6 +34,7 @@ resources: type: github name: dotnet/dotnet endpoint: dotnet + ref: refs/heads/main # Set to whatever VMR branch the PR build should insert into stages: - template: /eng/pipelines/templates/stages/vmr-build.yml@vmr diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 4bc50bd568c..01296ee601d 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -157,9 +157,6 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) { return $global:_DotNetInstallDir } - # Don't resolve runtime, shared framework, or SDK from other locations to ensure build determinism - $env:DOTNET_MULTILEVEL_LOOKUP=0 - # Disable first run since we do not need all ASP.NET packages restored. $env:DOTNET_NOLOGO=1 @@ -225,7 +222,6 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) { # Make Sure that our bootstrapped dotnet cli is available in future steps of the Azure Pipelines build Write-PipelinePrependPath -Path $dotnetRoot - Write-PipelineSetVariable -Name 'DOTNET_MULTILEVEL_LOOKUP' -Value '0' Write-PipelineSetVariable -Name 'DOTNET_NOLOGO' -Value '1' return $global:_DotNetInstallDir = $dotnetRoot @@ -277,7 +273,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) { Retry({ Write-Host "GET $uri" - Invoke-WebRequest $uri -OutFile $installScript + Invoke-WebRequest $uri -UseBasicParsing -OutFile $installScript }) } @@ -394,8 +390,8 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = # If the version of msbuild is going to be xcopied, # use this version. Version matches a package here: - # https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/Microsoft.DotNet.Arcade.MSBuild.Xcopy/versions/17.14.16 - $defaultXCopyMSBuildVersion = '17.14.16' + # https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/Microsoft.DotNet.Arcade.MSBuild.Xcopy/versions/18.0.0 + $defaultXCopyMSBuildVersion = '18.0.0' if (!$vsRequirements) { if (Get-Member -InputObject $GlobalJson.tools -Name 'vs') { @@ -510,7 +506,7 @@ function InitializeXCopyMSBuild([string]$packageVersion, [bool]$install) { Write-Host "Downloading $packageName $packageVersion" $ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit Retry({ - Invoke-WebRequest "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/flat2/$packageName/$packageVersion/$packageName.$packageVersion.nupkg" -OutFile $packagePath + Invoke-WebRequest "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/flat2/$packageName/$packageVersion/$packageName.$packageVersion.nupkg" -UseBasicParsing -OutFile $packagePath }) if (!(Test-Path $packagePath)) { @@ -556,23 +552,30 @@ function LocateVisualStudio([object]$vsRequirements = $null){ Write-Host "Downloading vswhere $vswhereVersion" $ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit Retry({ - Invoke-WebRequest "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/vswhere/$vswhereVersion/vswhere.exe" -OutFile $vswhereExe + Invoke-WebRequest "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/vswhere/$vswhereVersion/vswhere.exe" -UseBasicParsing -OutFile $vswhereExe }) } - if (!$vsRequirements) { $vsRequirements = $GlobalJson.tools.vs } + if (!$vsRequirements) { + if (Get-Member -InputObject $GlobalJson.tools -Name 'vs' -ErrorAction SilentlyContinue) { + $vsRequirements = $GlobalJson.tools.vs + } else { + $vsRequirements = $null + } + } + $args = @('-latest', '-format', 'json', '-requires', 'Microsoft.Component.MSBuild', '-products', '*') if (!$excludePrereleaseVS) { $args += '-prerelease' } - if (Get-Member -InputObject $vsRequirements -Name 'version') { + if ($vsRequirements -and (Get-Member -InputObject $vsRequirements -Name 'version' -ErrorAction SilentlyContinue)) { $args += '-version' $args += $vsRequirements.version } - if (Get-Member -InputObject $vsRequirements -Name 'components') { + if ($vsRequirements -and (Get-Member -InputObject $vsRequirements -Name 'components' -ErrorAction SilentlyContinue)) { foreach ($component in $vsRequirements.components) { $args += '-requires' $args += $component @@ -585,6 +588,11 @@ function LocateVisualStudio([object]$vsRequirements = $null){ return $null } + if ($null -eq $vsInfo -or $vsInfo.Count -eq 0) { + throw "No instance of Visual Studio meeting the requirements specified was found. Requirements: $($args -join ' ')" + return $null + } + # use first matching instance return $vsInfo[0] } @@ -817,6 +825,11 @@ function MSBuild-Core() { $cmdArgs = "$($buildTool.Command) /m /nologo /clp:Summary /v:$verbosity /nr:$nodeReuse /p:ContinuousIntegrationBuild=$ci" + # Add -mt flag for MSBuild multithreaded mode if enabled via environment variable + if ($env:MSBUILD_MT_ENABLED -eq "1") { + $cmdArgs += ' -mt' + } + if ($warnAsError) { $cmdArgs += ' /warnaserror /p:TreatWarningsAsErrors=true' } diff --git a/eng/common/tools.sh b/eng/common/tools.sh index c1841c9dfd0..edc7b128cf6 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -115,9 +115,6 @@ function InitializeDotNetCli { local install=$1 - # Don't resolve runtime, shared framework, or SDK from other locations to ensure build determinism - export DOTNET_MULTILEVEL_LOOKUP=0 - # Disable first run since we want to control all package sources export DOTNET_NOLOGO=1 @@ -166,7 +163,6 @@ function InitializeDotNetCli { # build steps from using anything other than what we've downloaded. Write-PipelinePrependPath -path "$dotnet_root" - Write-PipelineSetVariable -name "DOTNET_MULTILEVEL_LOOKUP" -value "0" Write-PipelineSetVariable -name "DOTNET_NOLOGO" -value "1" # return value @@ -526,7 +522,13 @@ function MSBuild-Core { } } - RunBuildTool "$_InitializeBuildToolCommand" /m /nologo /clp:Summary /v:$verbosity /nr:$node_reuse $warnaserror_switch /p:TreatWarningsAsErrors=$warn_as_error /p:ContinuousIntegrationBuild=$ci "$@" + # Add -mt flag for MSBuild multithreaded mode if enabled via environment variable + local mt_switch="" + if [[ "${MSBUILD_MT_ENABLED:-}" == "1" ]]; then + mt_switch="-mt" + fi + + RunBuildTool "$_InitializeBuildToolCommand" /m /nologo /clp:Summary /v:$verbosity /nr:$node_reuse $warnaserror_switch $mt_switch /p:TreatWarningsAsErrors=$warn_as_error /p:ContinuousIntegrationBuild=$ci "$@" } function GetDarc { diff --git a/eng/common/vmr-sync.ps1 b/eng/common/vmr-sync.ps1 index 97302f3205b..b37992d91cf 100644 --- a/eng/common/vmr-sync.ps1 +++ b/eng/common/vmr-sync.ps1 @@ -103,12 +103,20 @@ Set-StrictMode -Version Latest Highlight 'Installing .NET, preparing the tooling..' . .\eng\common\tools.ps1 $dotnetRoot = InitializeDotNetCli -install:$true +$env:DOTNET_ROOT = $dotnetRoot $darc = Get-Darc -$dotnet = "$dotnetRoot\dotnet.exe" Highlight "Starting the synchronization of VMR.." # Synchronize the VMR +$versionDetailsPath = Resolve-Path (Join-Path $PSScriptRoot '..\Version.Details.xml') | Select-Object -ExpandProperty Path +[xml]$versionDetails = Get-Content -Path $versionDetailsPath +$repoName = $versionDetails.SelectSingleNode('//Source').Mapping +if (-not $repoName) { + Fail "Failed to resolve repo mapping from $versionDetailsPath" + exit 1 +} + $darcArgs = ( "vmr", "forwardflow", "--tmp", $tmpDir, @@ -130,9 +138,27 @@ if ($LASTEXITCODE -eq 0) { Highlight "Synchronization succeeded" } else { - Fail "Synchronization of repo to VMR failed!" - Fail "'$vmrDir' is left in its last state (re-run of this script will reset it)." - Fail "Please inspect the logs which contain path to the failing patch file (use -debugOutput to get all the details)." - Fail "Once you make changes to the conflicting VMR patch, commit it locally and re-run this script." - exit 1 + Highlight "Failed to flow code into the local VMR. Falling back to resetting the VMR to match repo contents..." + git -C $vmrDir reset --hard + + $resetArgs = ( + "vmr", "reset", + "${repoName}:HEAD", + "--vmr", $vmrDir, + "--tmp", $tmpDir, + "--additional-remotes", "${repoName}:${repoRoot}" + ) + + & "$darc" $resetArgs + + if ($LASTEXITCODE -eq 0) { + Highlight "Successfully reset the VMR using 'darc vmr reset'" + } + else { + Fail "Synchronization of repo to VMR failed!" + Fail "'$vmrDir' is left in its last state (re-run of this script will reset it)." + Fail "Please inspect the logs which contain path to the failing patch file (use -debugOutput to get all the details)." + Fail "Once you make changes to the conflicting VMR patch, commit it locally and re-run this script." + exit 1 + } } diff --git a/eng/common/vmr-sync.sh b/eng/common/vmr-sync.sh index 44239e331c0..198caec59bd 100644 --- a/eng/common/vmr-sync.sh +++ b/eng/common/vmr-sync.sh @@ -186,6 +186,13 @@ fi # Synchronize the VMR +version_details_path=$(cd "$scriptroot/.."; pwd -P)/Version.Details.xml +repo_name=$(grep -m 1 ' Date: Thu, 19 Feb 2026 21:17:37 +0000 Subject: [PATCH 2/8] Update dependencies from https://github.com/dotnet/dotnet build 20260219.9 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26119.109 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-preview.3.26119.109 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-preview.3.26119.109 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 723d7ca819b..f7e667de64b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 73edf32f163e0f871258311bbfee37d49daa92af + 18089f4b324825f5720bd722d24d6a8847f8b5d9 - + https://github.com/dotnet/dotnet - 73edf32f163e0f871258311bbfee37d49daa92af + 18089f4b324825f5720bd722d24d6a8847f8b5d9 - + https://github.com/dotnet/dotnet - 73edf32f163e0f871258311bbfee37d49daa92af + 18089f4b324825f5720bd722d24d6a8847f8b5d9 - + https://github.com/dotnet/dotnet - 73edf32f163e0f871258311bbfee37d49daa92af + 18089f4b324825f5720bd722d24d6a8847f8b5d9 - + https://github.com/dotnet/dotnet - 73edf32f163e0f871258311bbfee37d49daa92af + 18089f4b324825f5720bd722d24d6a8847f8b5d9 - + https://github.com/dotnet/dotnet - 73edf32f163e0f871258311bbfee37d49daa92af + 18089f4b324825f5720bd722d24d6a8847f8b5d9 - + https://github.com/dotnet/dotnet - 73edf32f163e0f871258311bbfee37d49daa92af + 18089f4b324825f5720bd722d24d6a8847f8b5d9 - + https://github.com/dotnet/dotnet - 73edf32f163e0f871258311bbfee37d49daa92af + 18089f4b324825f5720bd722d24d6a8847f8b5d9 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 73edf32f163e0f871258311bbfee37d49daa92af + + 18089f4b324825f5720bd722d24d6a8847f8b5d9 https://github.com/dotnet/dotnet - - 73edf32f163e0f871258311bbfee37d49daa92af + + 18089f4b324825f5720bd722d24d6a8847f8b5d9 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 908fe339d25..143cbb07864 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-preview.3.26119.103 - 11.0.0-preview.3.26119.103 - 11.0.0-preview.3.26119.103 - 11.0.0-preview.3.26119.103 + 11.0.0-preview.3.26119.109 + 11.0.0-preview.3.26119.109 + 11.0.0-preview.3.26119.109 + 11.0.0-preview.3.26119.109 0.16.0-custom.20260127.101 - 11.0.0-preview.3.26119.103 + 11.0.0-preview.3.26119.109 11.0.0-prerelease.26064.3 diff --git a/global.json b/global.json index 04356d09dc0..a609da9a20b 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "11.0.100-preview.1.26078.121" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26119.103", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26119.103" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26119.109", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26119.109" }, "native-tools": { "python3": "3.7.1" From f846eab4ea0ff17ae22c695f436a96888c5f0184 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 20 Feb 2026 02:16:24 +0000 Subject: [PATCH 3/8] Update dependencies from https://github.com/dotnet/dotnet build 20260219.17 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26119.117 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-preview.3.26119.117 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-preview.3.26119.117 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f7e667de64b..c825676abb9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 18089f4b324825f5720bd722d24d6a8847f8b5d9 + 3bc68b106e5af3fafa03d317249dc1168e9118b7 - + https://github.com/dotnet/dotnet - 18089f4b324825f5720bd722d24d6a8847f8b5d9 + 3bc68b106e5af3fafa03d317249dc1168e9118b7 - + https://github.com/dotnet/dotnet - 18089f4b324825f5720bd722d24d6a8847f8b5d9 + 3bc68b106e5af3fafa03d317249dc1168e9118b7 - + https://github.com/dotnet/dotnet - 18089f4b324825f5720bd722d24d6a8847f8b5d9 + 3bc68b106e5af3fafa03d317249dc1168e9118b7 - + https://github.com/dotnet/dotnet - 18089f4b324825f5720bd722d24d6a8847f8b5d9 + 3bc68b106e5af3fafa03d317249dc1168e9118b7 - + https://github.com/dotnet/dotnet - 18089f4b324825f5720bd722d24d6a8847f8b5d9 + 3bc68b106e5af3fafa03d317249dc1168e9118b7 - + https://github.com/dotnet/dotnet - 18089f4b324825f5720bd722d24d6a8847f8b5d9 + 3bc68b106e5af3fafa03d317249dc1168e9118b7 - + https://github.com/dotnet/dotnet - 18089f4b324825f5720bd722d24d6a8847f8b5d9 + 3bc68b106e5af3fafa03d317249dc1168e9118b7 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 18089f4b324825f5720bd722d24d6a8847f8b5d9 + + 3bc68b106e5af3fafa03d317249dc1168e9118b7 https://github.com/dotnet/dotnet - - 18089f4b324825f5720bd722d24d6a8847f8b5d9 + + 3bc68b106e5af3fafa03d317249dc1168e9118b7 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 143cbb07864..75bf522fbf2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-preview.3.26119.109 - 11.0.0-preview.3.26119.109 - 11.0.0-preview.3.26119.109 - 11.0.0-preview.3.26119.109 + 11.0.0-preview.3.26119.117 + 11.0.0-preview.3.26119.117 + 11.0.0-preview.3.26119.117 + 11.0.0-preview.3.26119.117 0.16.0-custom.20260127.101 - 11.0.0-preview.3.26119.109 + 11.0.0-preview.3.26119.117 11.0.0-prerelease.26064.3 diff --git a/global.json b/global.json index a609da9a20b..60a0f5afa76 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "11.0.100-preview.1.26078.121" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26119.109", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26119.109" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26119.117", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26119.117" }, "native-tools": { "python3": "3.7.1" From 26a94eb64598f1ec6646a1f750157112ecef9654 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 20 Feb 2026 07:32:11 +0000 Subject: [PATCH 4/8] Update dependencies from https://github.com/dotnet/dotnet build 20260219.23 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26119.123 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-preview.3.26119.123 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-preview.3.26119.123 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c825676abb9..5afdb414c7f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 3bc68b106e5af3fafa03d317249dc1168e9118b7 + 252f7793357c8dc3e53acb6232124e224222948b - + https://github.com/dotnet/dotnet - 3bc68b106e5af3fafa03d317249dc1168e9118b7 + 252f7793357c8dc3e53acb6232124e224222948b - + https://github.com/dotnet/dotnet - 3bc68b106e5af3fafa03d317249dc1168e9118b7 + 252f7793357c8dc3e53acb6232124e224222948b - + https://github.com/dotnet/dotnet - 3bc68b106e5af3fafa03d317249dc1168e9118b7 + 252f7793357c8dc3e53acb6232124e224222948b - + https://github.com/dotnet/dotnet - 3bc68b106e5af3fafa03d317249dc1168e9118b7 + 252f7793357c8dc3e53acb6232124e224222948b - + https://github.com/dotnet/dotnet - 3bc68b106e5af3fafa03d317249dc1168e9118b7 + 252f7793357c8dc3e53acb6232124e224222948b - + https://github.com/dotnet/dotnet - 3bc68b106e5af3fafa03d317249dc1168e9118b7 + 252f7793357c8dc3e53acb6232124e224222948b - + https://github.com/dotnet/dotnet - 3bc68b106e5af3fafa03d317249dc1168e9118b7 + 252f7793357c8dc3e53acb6232124e224222948b https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 3bc68b106e5af3fafa03d317249dc1168e9118b7 + + 252f7793357c8dc3e53acb6232124e224222948b https://github.com/dotnet/dotnet - - 3bc68b106e5af3fafa03d317249dc1168e9118b7 + + 252f7793357c8dc3e53acb6232124e224222948b https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 75bf522fbf2..276b21dd95a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-preview.3.26119.117 - 11.0.0-preview.3.26119.117 - 11.0.0-preview.3.26119.117 - 11.0.0-preview.3.26119.117 + 11.0.0-preview.3.26119.123 + 11.0.0-preview.3.26119.123 + 11.0.0-preview.3.26119.123 + 11.0.0-preview.3.26119.123 0.16.0-custom.20260127.101 - 11.0.0-preview.3.26119.117 + 11.0.0-preview.3.26119.123 11.0.0-prerelease.26064.3 diff --git a/global.json b/global.json index 60a0f5afa76..895fe167116 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "11.0.100-preview.1.26078.121" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26119.117", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26119.117" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26119.123", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26119.123" }, "native-tools": { "python3": "3.7.1" From 50dbc0ee45f19a43b4cc80e81ef6ae7144ed72f9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 20 Feb 2026 12:23:59 +0000 Subject: [PATCH 5/8] Update dependencies from https://github.com/dotnet/dotnet build 20260219.25 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26119.125 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-preview.3.26119.125 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-preview.3.26119.125 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5afdb414c7f..c28bf987268 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 252f7793357c8dc3e53acb6232124e224222948b + 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf - + https://github.com/dotnet/dotnet - 252f7793357c8dc3e53acb6232124e224222948b + 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf - + https://github.com/dotnet/dotnet - 252f7793357c8dc3e53acb6232124e224222948b + 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf - + https://github.com/dotnet/dotnet - 252f7793357c8dc3e53acb6232124e224222948b + 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf - + https://github.com/dotnet/dotnet - 252f7793357c8dc3e53acb6232124e224222948b + 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf - + https://github.com/dotnet/dotnet - 252f7793357c8dc3e53acb6232124e224222948b + 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf - + https://github.com/dotnet/dotnet - 252f7793357c8dc3e53acb6232124e224222948b + 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf - + https://github.com/dotnet/dotnet - 252f7793357c8dc3e53acb6232124e224222948b + 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 252f7793357c8dc3e53acb6232124e224222948b + + 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf https://github.com/dotnet/dotnet - - 252f7793357c8dc3e53acb6232124e224222948b + + 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 276b21dd95a..e5aae649bc0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-preview.3.26119.123 - 11.0.0-preview.3.26119.123 - 11.0.0-preview.3.26119.123 - 11.0.0-preview.3.26119.123 + 11.0.0-preview.3.26119.125 + 11.0.0-preview.3.26119.125 + 11.0.0-preview.3.26119.125 + 11.0.0-preview.3.26119.125 0.16.0-custom.20260127.101 - 11.0.0-preview.3.26119.123 + 11.0.0-preview.3.26119.125 11.0.0-prerelease.26064.3 diff --git a/global.json b/global.json index 895fe167116..e15d8a82b6a 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "11.0.100-preview.1.26078.121" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26119.123", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26119.123" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26119.125", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26119.125" }, "native-tools": { "python3": "3.7.1" From f7537291710871d410735767f21b2edb8974e6ba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 20 Feb 2026 20:44:29 +0000 Subject: [PATCH 6/8] Update dependencies from https://github.com/dotnet/dotnet build 20260220.5 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26120.105 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-preview.3.26120.105 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-preview.3.26120.105 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c28bf987268..9ff08653097 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf + 267adfa9250190524e438c4909a6b26c9bf703a0 - + https://github.com/dotnet/dotnet - 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf + 267adfa9250190524e438c4909a6b26c9bf703a0 - + https://github.com/dotnet/dotnet - 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf + 267adfa9250190524e438c4909a6b26c9bf703a0 - + https://github.com/dotnet/dotnet - 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf + 267adfa9250190524e438c4909a6b26c9bf703a0 - + https://github.com/dotnet/dotnet - 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf + 267adfa9250190524e438c4909a6b26c9bf703a0 - + https://github.com/dotnet/dotnet - 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf + 267adfa9250190524e438c4909a6b26c9bf703a0 - + https://github.com/dotnet/dotnet - 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf + 267adfa9250190524e438c4909a6b26c9bf703a0 - + https://github.com/dotnet/dotnet - 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf + 267adfa9250190524e438c4909a6b26c9bf703a0 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf + + 267adfa9250190524e438c4909a6b26c9bf703a0 https://github.com/dotnet/dotnet - - 2b330ceb84daa38dbbc91eeffd8e2f75fcd8cacf + + 267adfa9250190524e438c4909a6b26c9bf703a0 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index e5aae649bc0..2e8d2e88556 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-preview.3.26119.125 - 11.0.0-preview.3.26119.125 - 11.0.0-preview.3.26119.125 - 11.0.0-preview.3.26119.125 + 11.0.0-preview.3.26120.105 + 11.0.0-preview.3.26120.105 + 11.0.0-preview.3.26120.105 + 11.0.0-preview.3.26120.105 0.16.0-custom.20260127.101 - 11.0.0-preview.3.26119.125 + 11.0.0-preview.3.26120.105 11.0.0-prerelease.26064.3 diff --git a/global.json b/global.json index e15d8a82b6a..3229b96dc9c 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "11.0.100-preview.1.26078.121" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26119.125", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26119.125" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26120.105", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26120.105" }, "native-tools": { "python3": "3.7.1" From b0a26c89d7672c8cc46af5cca69d3398b0d4bf8b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 21 Feb 2026 01:58:26 +0000 Subject: [PATCH 7/8] Update dependencies from https://github.com/dotnet/dotnet build 20260220.12 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26120.112 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-preview.3.26120.112 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-preview.3.26120.112 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9ff08653097..482c68ed8b1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 267adfa9250190524e438c4909a6b26c9bf703a0 + 854c15245e758880c8a01db317ca646909c289c7 - + https://github.com/dotnet/dotnet - 267adfa9250190524e438c4909a6b26c9bf703a0 + 854c15245e758880c8a01db317ca646909c289c7 - + https://github.com/dotnet/dotnet - 267adfa9250190524e438c4909a6b26c9bf703a0 + 854c15245e758880c8a01db317ca646909c289c7 - + https://github.com/dotnet/dotnet - 267adfa9250190524e438c4909a6b26c9bf703a0 + 854c15245e758880c8a01db317ca646909c289c7 - + https://github.com/dotnet/dotnet - 267adfa9250190524e438c4909a6b26c9bf703a0 + 854c15245e758880c8a01db317ca646909c289c7 - + https://github.com/dotnet/dotnet - 267adfa9250190524e438c4909a6b26c9bf703a0 + 854c15245e758880c8a01db317ca646909c289c7 - + https://github.com/dotnet/dotnet - 267adfa9250190524e438c4909a6b26c9bf703a0 + 854c15245e758880c8a01db317ca646909c289c7 - + https://github.com/dotnet/dotnet - 267adfa9250190524e438c4909a6b26c9bf703a0 + 854c15245e758880c8a01db317ca646909c289c7 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 267adfa9250190524e438c4909a6b26c9bf703a0 + + 854c15245e758880c8a01db317ca646909c289c7 https://github.com/dotnet/dotnet - - 267adfa9250190524e438c4909a6b26c9bf703a0 + + 854c15245e758880c8a01db317ca646909c289c7 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 2e8d2e88556..315b883a90e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-preview.3.26120.105 - 11.0.0-preview.3.26120.105 - 11.0.0-preview.3.26120.105 - 11.0.0-preview.3.26120.105 + 11.0.0-preview.3.26120.112 + 11.0.0-preview.3.26120.112 + 11.0.0-preview.3.26120.112 + 11.0.0-preview.3.26120.112 0.16.0-custom.20260127.101 - 11.0.0-preview.3.26120.105 + 11.0.0-preview.3.26120.112 11.0.0-prerelease.26064.3 diff --git a/global.json b/global.json index 3229b96dc9c..ebecc74e882 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "11.0.100-preview.1.26078.121" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26120.105", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26120.105" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26120.112", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26120.112" }, "native-tools": { "python3": "3.7.1" From 19149a3390353ad70ea1eb2bdcb2330a9a1278fc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 21 Feb 2026 07:02:46 +0000 Subject: [PATCH 8/8] Update dependencies from https://github.com/dotnet/dotnet build 20260220.16 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 11.0.0-beta.25555.107 -> To Version 11.0.0-beta.26120.116 Microsoft.Extensions.Logging , Microsoft.NET.ILLink , Microsoft.NET.ILLink.Tasks , Microsoft.NET.Runtime.Emscripten.3.1.56.Node.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.WindowsDesktop.App.Ref , System.Threading.Channels From Version 10.0.0-rc.1.25555.107 -> To Version 11.0.0-preview.3.26120.116 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-preview.3.26120.116 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 482c68ed8b1..83d6b2ae0e1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 854c15245e758880c8a01db317ca646909c289c7 + 72fa82ba43d9e5171e225027471b51b5abc25d98 - + https://github.com/dotnet/dotnet - 854c15245e758880c8a01db317ca646909c289c7 + 72fa82ba43d9e5171e225027471b51b5abc25d98 - + https://github.com/dotnet/dotnet - 854c15245e758880c8a01db317ca646909c289c7 + 72fa82ba43d9e5171e225027471b51b5abc25d98 - + https://github.com/dotnet/dotnet - 854c15245e758880c8a01db317ca646909c289c7 + 72fa82ba43d9e5171e225027471b51b5abc25d98 - + https://github.com/dotnet/dotnet - 854c15245e758880c8a01db317ca646909c289c7 + 72fa82ba43d9e5171e225027471b51b5abc25d98 - + https://github.com/dotnet/dotnet - 854c15245e758880c8a01db317ca646909c289c7 + 72fa82ba43d9e5171e225027471b51b5abc25d98 - + https://github.com/dotnet/dotnet - 854c15245e758880c8a01db317ca646909c289c7 + 72fa82ba43d9e5171e225027471b51b5abc25d98 - + https://github.com/dotnet/dotnet - 854c15245e758880c8a01db317ca646909c289c7 + 72fa82ba43d9e5171e225027471b51b5abc25d98 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 854c15245e758880c8a01db317ca646909c289c7 + + 72fa82ba43d9e5171e225027471b51b5abc25d98 https://github.com/dotnet/dotnet - - 854c15245e758880c8a01db317ca646909c289c7 + + 72fa82ba43d9e5171e225027471b51b5abc25d98 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 315b883a90e..ded98916c5c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-preview.3.26120.112 - 11.0.0-preview.3.26120.112 - 11.0.0-preview.3.26120.112 - 11.0.0-preview.3.26120.112 + 11.0.0-preview.3.26120.116 + 11.0.0-preview.3.26120.116 + 11.0.0-preview.3.26120.116 + 11.0.0-preview.3.26120.116 0.16.0-custom.20260127.101 - 11.0.0-preview.3.26120.112 + 11.0.0-preview.3.26120.116 11.0.0-prerelease.26064.3 diff --git a/global.json b/global.json index ebecc74e882..3627c2f7812 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "11.0.100-preview.1.26078.121" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26120.112", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26120.112" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26120.116", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26120.116" }, "native-tools": { "python3": "3.7.1"