From ffd6a912a2621d7ef49ad0feab617cddc689dac3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 4 Dec 2025 20:55:21 +0000 Subject: [PATCH 01/22] Update dependencies from https://github.com/dotnet/dotnet build 20251203.6 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.25603.106 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 10.0.0-rc.3.25603.106 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 10.0.100-rc.3.25603.106 --- eng/Version.Details.xml | 40 +++++++++---------- eng/Versions.props | 10 ++--- eng/common/build.cmd | 3 ++ .../job/publish-build-assets.yml | 11 ++--- .../core-templates/job/source-build.yml | 4 +- .../job/source-index-stage1.yml | 4 +- .../core-templates/post-build/post-build.yml | 13 +++--- .../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/x64/tizen/tizen.patch | 9 +++++ eng/common/cross/x86/tizen/tizen.patch | 9 +++++ eng/common/dotnet.cmd | 7 ++++ eng/common/native/install-dependencies.sh | 2 +- eng/common/sdk-task.ps1 | 2 +- eng/common/tools.ps1 | 8 +--- eng/common/tools.sh | 4 -- global.json | 4 +- 20 files changed, 125 insertions(+), 65 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/eng/Version.Details.xml b/eng/Version.Details.xml index cf4192f6629..5be23371b47 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a - + https://github.com/dotnet/dotnet - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a https://github.com/dotnet/dotnet - - 994d9ebe9f3f4216d7b125738cf5c19adaf674d3 + + 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index aabdb79ba5a..fcb1a4ccd14 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 + 10.0.0-rc.3.25603.106 + 10.0.0-rc.3.25603.106 + 10.0.0-rc.3.25603.106 + 10.0.0-rc.3.25603.106 0.14.1-nightly.20250107.205 - 10.0.0-rc.1.25555.107 + 10.0.0-rc.3.25603.106 11.0.0-prerelease.25603.1 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/publish-build-assets.yml b/eng/common/core-templates/job/publish-build-assets.yml index 4d282377c18..8b5c635fe80 100644 --- a/eng/common/core-templates/job/publish-build-assets.yml +++ b/eng/common/core-templates/job/publish-build-assets.yml @@ -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..9d820f97421 100644 --- a/eng/common/core-templates/job/source-build.yml +++ b/eng/common/core-templates/job/source-build.yml @@ -60,10 +60,10 @@ 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.ubuntu.2204.amd64 ${{ 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: 1es-azurelinux-3 os: linux ${{ else }}: 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..58b7a76814e 100644 --- a/eng/common/core-templates/job/source-index-stage1.yml +++ b/eng/common/core-templates/job/source-index-stage1.yml @@ -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, '') }}: diff --git a/eng/common/core-templates/post-build/post-build.yml b/eng/common/core-templates/post-build/post-build.yml index 0af41fe5f9f..06864cd1feb 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: @@ -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.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..ac019e2d033 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/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/native/install-dependencies.sh b/eng/common/native/install-dependencies.sh index f7bd4af0c8d..64b87d0bcc3 100644 --- a/eng/common/native/install-dependencies.sh +++ b/eng/common/native/install-dependencies.sh @@ -27,7 +27,7 @@ case "$os" in libssl-dev libkrb5-dev pigz cpio 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 elif [ "$ID" = "amzn" ]; then 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/tools.ps1 b/eng/common/tools.ps1 index 4bc50bd568c..1556562c68f 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 @@ -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') { diff --git a/eng/common/tools.sh b/eng/common/tools.sh index c1841c9dfd0..6c121300ac7 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 diff --git a/global.json b/global.json index 968bdbe1c5c..aab15ef8841 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100-rc.2.25502.107" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25555.107", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25555.107" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25603.106", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25603.106" }, "native-tools": { "python3": "3.7.1" From 706813f8f77d4d850a0fec8e099799c2ccde9810 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 5 Dec 2025 21:56:17 +0000 Subject: [PATCH 02/22] Update dependencies from https://github.com/dotnet/dotnet build 20251205.10 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.25605.110 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-alpha.1.25605.110 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25605.110 --- eng/Version.Details.xml | 40 +++++++++++++-------------- eng/Versions.props | 10 +++---- eng/common/core-templates/job/job.yml | 2 ++ global.json | 8 +++--- 4 files changed, 31 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5be23371b47..5b1c935b643 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + 5a69737e6f6447fe397d552503a3909ea49f6f34 - + https://github.com/dotnet/dotnet - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + 5a69737e6f6447fe397d552503a3909ea49f6f34 - + https://github.com/dotnet/dotnet - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + 5a69737e6f6447fe397d552503a3909ea49f6f34 - + https://github.com/dotnet/dotnet - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + 5a69737e6f6447fe397d552503a3909ea49f6f34 - + https://github.com/dotnet/dotnet - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + 5a69737e6f6447fe397d552503a3909ea49f6f34 - + https://github.com/dotnet/dotnet - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + 5a69737e6f6447fe397d552503a3909ea49f6f34 - + https://github.com/dotnet/dotnet - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + 5a69737e6f6447fe397d552503a3909ea49f6f34 - + https://github.com/dotnet/dotnet - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + 5a69737e6f6447fe397d552503a3909ea49f6f34 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + + 5a69737e6f6447fe397d552503a3909ea49f6f34 https://github.com/dotnet/dotnet - - 5bb147b254d359d7cbf7fb4e5ccc231d5ebe3a4a + + 5a69737e6f6447fe397d552503a3909ea49f6f34 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index fcb1a4ccd14..ab8a756d22d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 10.0.0-rc.3.25603.106 - 10.0.0-rc.3.25603.106 - 10.0.0-rc.3.25603.106 - 10.0.0-rc.3.25603.106 + 11.0.0-alpha.1.25605.110 + 11.0.0-alpha.1.25605.110 + 11.0.0-alpha.1.25605.110 + 11.0.0-alpha.1.25605.110 0.14.1-nightly.20250107.205 - 10.0.0-rc.3.25603.106 + 11.0.0-alpha.1.25605.110 11.0.0-prerelease.25603.1 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/global.json b/global.json index aab15ef8841..738379be483 100644 --- a/global.json +++ b/global.json @@ -1,15 +1,15 @@ { "sdk": { - "version": "10.0.100-rc.2.25502.107", + "version": "10.0.100", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "10.0.100-rc.2.25502.107" + "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25603.106", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25603.106" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25605.110", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25605.110" }, "native-tools": { "python3": "3.7.1" From ea3de1dbbc91a08fccfdd1f109ee78ca46dfff33 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 8 Dec 2025 12:03:55 +0000 Subject: [PATCH 03/22] Update dependencies from https://github.com/dotnet/dotnet build 20251206.2 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.25606.102 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-alpha.1.25606.102 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25606.102 --- 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 5b1c935b643..b44de8ec3d1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 5a69737e6f6447fe397d552503a3909ea49f6f34 + 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet - 5a69737e6f6447fe397d552503a3909ea49f6f34 + 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet - 5a69737e6f6447fe397d552503a3909ea49f6f34 + 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet - 5a69737e6f6447fe397d552503a3909ea49f6f34 + 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet - 5a69737e6f6447fe397d552503a3909ea49f6f34 + 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet - 5a69737e6f6447fe397d552503a3909ea49f6f34 + 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet - 5a69737e6f6447fe397d552503a3909ea49f6f34 + 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet - 5a69737e6f6447fe397d552503a3909ea49f6f34 + 0acbd55b3012879aa3b84d39b9bf714553c95e47 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 5a69737e6f6447fe397d552503a3909ea49f6f34 + + 0acbd55b3012879aa3b84d39b9bf714553c95e47 https://github.com/dotnet/dotnet - - 5a69737e6f6447fe397d552503a3909ea49f6f34 + + 0acbd55b3012879aa3b84d39b9bf714553c95e47 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index ab8a756d22d..e81872a6238 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25605.110 - 11.0.0-alpha.1.25605.110 - 11.0.0-alpha.1.25605.110 - 11.0.0-alpha.1.25605.110 + 11.0.0-alpha.1.25606.102 + 11.0.0-alpha.1.25606.102 + 11.0.0-alpha.1.25606.102 + 11.0.0-alpha.1.25606.102 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25605.110 + 11.0.0-alpha.1.25606.102 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 738379be483..4f82a2b7e62 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25605.110", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25605.110" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25606.102", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25606.102" }, "native-tools": { "python3": "3.7.1" From e28159be7961df44a7c5838ce2197d0caa9293a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 8 Dec 2025 12:09:56 +0000 Subject: [PATCH 04/22] Update dependencies from https://github.com/dotnet/dotnet build 20251207.1 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.25607.101 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-alpha.1.25607.101 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25607.101 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b44de8ec3d1..bcb0a4cab05 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,37 +1,37 @@ - + https://github.com/dotnet/dotnet 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet 0acbd55b3012879aa3b84d39b9bf714553c95e47 - + https://github.com/dotnet/dotnet 0acbd55b3012879aa3b84d39b9bf714553c95e47 @@ -55,11 +55,11 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - + 0acbd55b3012879aa3b84d39b9bf714553c95e47 https://github.com/dotnet/dotnet - + 0acbd55b3012879aa3b84d39b9bf714553c95e47 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index e81872a6238..5063e2b1f80 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25606.102 - 11.0.0-alpha.1.25606.102 - 11.0.0-alpha.1.25606.102 - 11.0.0-alpha.1.25606.102 + 11.0.0-alpha.1.25607.101 + 11.0.0-alpha.1.25607.101 + 11.0.0-alpha.1.25607.101 + 11.0.0-alpha.1.25607.101 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25606.102 + 11.0.0-alpha.1.25607.101 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 4f82a2b7e62..641af31ef5c 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25606.102", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25606.102" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25607.101", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25607.101" }, "native-tools": { "python3": "3.7.1" From 79d124c5dbc58055f248294a2570c14362853c34 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 8 Dec 2025 16:39:11 +0000 Subject: [PATCH 05/22] Update dependencies from https://github.com/dotnet/dotnet build 20251208.1 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.25608.101 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-alpha.1.25608.101 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25608.101 --- eng/Version.Details.xml | 40 +++++++++---------- eng/Versions.props | 10 ++--- .../job/source-index-stage1.yml | 4 +- global.json | 4 +- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bcb0a4cab05..efaf8dae8af 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + ce3dea8b1d1c12cf4b85999f834052d942d84a6d - + https://github.com/dotnet/dotnet - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + ce3dea8b1d1c12cf4b85999f834052d942d84a6d - + https://github.com/dotnet/dotnet - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + ce3dea8b1d1c12cf4b85999f834052d942d84a6d - + https://github.com/dotnet/dotnet - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + ce3dea8b1d1c12cf4b85999f834052d942d84a6d - + https://github.com/dotnet/dotnet - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + ce3dea8b1d1c12cf4b85999f834052d942d84a6d - + https://github.com/dotnet/dotnet - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + ce3dea8b1d1c12cf4b85999f834052d942d84a6d - + https://github.com/dotnet/dotnet - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + ce3dea8b1d1c12cf4b85999f834052d942d84a6d - + https://github.com/dotnet/dotnet - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + ce3dea8b1d1c12cf4b85999f834052d942d84a6d https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + + ce3dea8b1d1c12cf4b85999f834052d942d84a6d https://github.com/dotnet/dotnet - - 0acbd55b3012879aa3b84d39b9bf714553c95e47 + + ce3dea8b1d1c12cf4b85999f834052d942d84a6d https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 5063e2b1f80..218e4d5daad 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25607.101 - 11.0.0-alpha.1.25607.101 - 11.0.0-alpha.1.25607.101 - 11.0.0-alpha.1.25607.101 + 11.0.0-alpha.1.25608.101 + 11.0.0-alpha.1.25608.101 + 11.0.0-alpha.1.25608.101 + 11.0.0-alpha.1.25608.101 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25607.101 + 11.0.0-alpha.1.25608.101 11.0.0-prerelease.25603.1 diff --git a/eng/common/core-templates/job/source-index-stage1.yml b/eng/common/core-templates/job/source-index-stage1.yml index 58b7a76814e..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: '' @@ -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/global.json b/global.json index 641af31ef5c..c2327d33be3 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25607.101", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25607.101" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25608.101", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25608.101" }, "native-tools": { "python3": "3.7.1" From 03156efc8b83bf49e9ad8b7ca053384ba14a45d9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 9 Dec 2025 03:50:45 +0000 Subject: [PATCH 06/22] Update dependencies from https://github.com/dotnet/dotnet build 20251208.6 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.25608.106 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-alpha.1.25608.106 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25608.106 --- 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 efaf8dae8af..c31bc245613 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + 45484d2291317a35200667711439382595f4b937 - + https://github.com/dotnet/dotnet - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + 45484d2291317a35200667711439382595f4b937 - + https://github.com/dotnet/dotnet - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + 45484d2291317a35200667711439382595f4b937 - + https://github.com/dotnet/dotnet - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + 45484d2291317a35200667711439382595f4b937 - + https://github.com/dotnet/dotnet - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + 45484d2291317a35200667711439382595f4b937 - + https://github.com/dotnet/dotnet - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + 45484d2291317a35200667711439382595f4b937 - + https://github.com/dotnet/dotnet - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + 45484d2291317a35200667711439382595f4b937 - + https://github.com/dotnet/dotnet - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + 45484d2291317a35200667711439382595f4b937 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + + 45484d2291317a35200667711439382595f4b937 https://github.com/dotnet/dotnet - - ce3dea8b1d1c12cf4b85999f834052d942d84a6d + + 45484d2291317a35200667711439382595f4b937 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 218e4d5daad..b42173a6cf3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25608.101 - 11.0.0-alpha.1.25608.101 - 11.0.0-alpha.1.25608.101 - 11.0.0-alpha.1.25608.101 + 11.0.0-alpha.1.25608.106 + 11.0.0-alpha.1.25608.106 + 11.0.0-alpha.1.25608.106 + 11.0.0-alpha.1.25608.106 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25608.101 + 11.0.0-alpha.1.25608.106 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index c2327d33be3..52cf034ff4f 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25608.101", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25608.101" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25608.106", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25608.106" }, "native-tools": { "python3": "3.7.1" From 3cd9dcb896eb984e5ec754fe0d18850800bab3f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 9 Dec 2025 18:11:32 +0000 Subject: [PATCH 07/22] Update dependencies from https://github.com/dotnet/dotnet build 20251209.2 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.25609.102 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-alpha.1.25609.102 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25609.102 --- 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 c31bc245613..27d895c18de 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 45484d2291317a35200667711439382595f4b937 + d29a7278afbf59989ae028459d2d119b142a846c - + https://github.com/dotnet/dotnet - 45484d2291317a35200667711439382595f4b937 + d29a7278afbf59989ae028459d2d119b142a846c - + https://github.com/dotnet/dotnet - 45484d2291317a35200667711439382595f4b937 + d29a7278afbf59989ae028459d2d119b142a846c - + https://github.com/dotnet/dotnet - 45484d2291317a35200667711439382595f4b937 + d29a7278afbf59989ae028459d2d119b142a846c - + https://github.com/dotnet/dotnet - 45484d2291317a35200667711439382595f4b937 + d29a7278afbf59989ae028459d2d119b142a846c - + https://github.com/dotnet/dotnet - 45484d2291317a35200667711439382595f4b937 + d29a7278afbf59989ae028459d2d119b142a846c - + https://github.com/dotnet/dotnet - 45484d2291317a35200667711439382595f4b937 + d29a7278afbf59989ae028459d2d119b142a846c - + https://github.com/dotnet/dotnet - 45484d2291317a35200667711439382595f4b937 + d29a7278afbf59989ae028459d2d119b142a846c https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 45484d2291317a35200667711439382595f4b937 + + d29a7278afbf59989ae028459d2d119b142a846c https://github.com/dotnet/dotnet - - 45484d2291317a35200667711439382595f4b937 + + d29a7278afbf59989ae028459d2d119b142a846c https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index b42173a6cf3..6a215a9567c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25608.106 - 11.0.0-alpha.1.25608.106 - 11.0.0-alpha.1.25608.106 - 11.0.0-alpha.1.25608.106 + 11.0.0-alpha.1.25609.102 + 11.0.0-alpha.1.25609.102 + 11.0.0-alpha.1.25609.102 + 11.0.0-alpha.1.25609.102 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25608.106 + 11.0.0-alpha.1.25609.102 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 52cf034ff4f..9a9d5b29210 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25608.106", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25608.106" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25609.102", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25609.102" }, "native-tools": { "python3": "3.7.1" From b9d0e343849e7360395c71409e526a3a245dc960 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 10 Dec 2025 00:00:19 +0000 Subject: [PATCH 08/22] Update dependencies from https://github.com/dotnet/dotnet build 20251209.8 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.25609.108 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-alpha.1.25609.108 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25609.108 --- 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 27d895c18de..5ad7fdbeb94 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - d29a7278afbf59989ae028459d2d119b142a846c + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 - + https://github.com/dotnet/dotnet - d29a7278afbf59989ae028459d2d119b142a846c + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 - + https://github.com/dotnet/dotnet - d29a7278afbf59989ae028459d2d119b142a846c + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 - + https://github.com/dotnet/dotnet - d29a7278afbf59989ae028459d2d119b142a846c + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 - + https://github.com/dotnet/dotnet - d29a7278afbf59989ae028459d2d119b142a846c + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 - + https://github.com/dotnet/dotnet - d29a7278afbf59989ae028459d2d119b142a846c + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 - + https://github.com/dotnet/dotnet - d29a7278afbf59989ae028459d2d119b142a846c + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 - + https://github.com/dotnet/dotnet - d29a7278afbf59989ae028459d2d119b142a846c + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - d29a7278afbf59989ae028459d2d119b142a846c + + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 https://github.com/dotnet/dotnet - - d29a7278afbf59989ae028459d2d119b142a846c + + d65136bfc1cc606d916ceaa102a4c1925e2b5d59 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 6a215a9567c..124779e4732 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25609.102 - 11.0.0-alpha.1.25609.102 - 11.0.0-alpha.1.25609.102 - 11.0.0-alpha.1.25609.102 + 11.0.0-alpha.1.25609.108 + 11.0.0-alpha.1.25609.108 + 11.0.0-alpha.1.25609.108 + 11.0.0-alpha.1.25609.108 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25609.102 + 11.0.0-alpha.1.25609.108 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 9a9d5b29210..b734b3059f5 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25609.102", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25609.102" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25609.108", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25609.108" }, "native-tools": { "python3": "3.7.1" From 0d5056daf3a7a5aa20bb5126e11205526c4ff9c1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 11 Dec 2025 14:40:02 +0000 Subject: [PATCH 09/22] Update dependencies from https://github.com/dotnet/dotnet build 20251211.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.25611.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-alpha.1.25611.103 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25611.103 --- 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 5ad7fdbeb94..68b4bdd77d3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + a137035987f8faebec182016349982241a2eebd1 - + https://github.com/dotnet/dotnet - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + a137035987f8faebec182016349982241a2eebd1 - + https://github.com/dotnet/dotnet - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + a137035987f8faebec182016349982241a2eebd1 - + https://github.com/dotnet/dotnet - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + a137035987f8faebec182016349982241a2eebd1 - + https://github.com/dotnet/dotnet - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + a137035987f8faebec182016349982241a2eebd1 - + https://github.com/dotnet/dotnet - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + a137035987f8faebec182016349982241a2eebd1 - + https://github.com/dotnet/dotnet - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + a137035987f8faebec182016349982241a2eebd1 - + https://github.com/dotnet/dotnet - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + a137035987f8faebec182016349982241a2eebd1 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + + a137035987f8faebec182016349982241a2eebd1 https://github.com/dotnet/dotnet - - d65136bfc1cc606d916ceaa102a4c1925e2b5d59 + + a137035987f8faebec182016349982241a2eebd1 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 124779e4732..eee13ddd972 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25609.108 - 11.0.0-alpha.1.25609.108 - 11.0.0-alpha.1.25609.108 - 11.0.0-alpha.1.25609.108 + 11.0.0-alpha.1.25611.103 + 11.0.0-alpha.1.25611.103 + 11.0.0-alpha.1.25611.103 + 11.0.0-alpha.1.25611.103 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25609.108 + 11.0.0-alpha.1.25611.103 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index b734b3059f5..5ebe4f5886c 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25609.108", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25609.108" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25611.103", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25611.103" }, "native-tools": { "python3": "3.7.1" From 17fa43a574a8e56517dd4a5415123eed4d1dc6fb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 13 Dec 2025 07:46:48 +0000 Subject: [PATCH 10/22] Update dependencies from https://github.com/dotnet/dotnet build 20251212.15 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.25612.115 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-alpha.1.25612.115 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25612.115 --- eng/Version.Details.xml | 40 ++++++++++---------- eng/Versions.props | 10 ++--- eng/common/internal-feed-operations.ps1 | 2 +- eng/common/post-build/nuget-verification.ps1 | 2 +- eng/common/tools.ps1 | 6 +-- global.json | 4 +- 6 files changed, 32 insertions(+), 32 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 68b4bdd77d3..e794e1e231e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - a137035987f8faebec182016349982241a2eebd1 + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 - + https://github.com/dotnet/dotnet - a137035987f8faebec182016349982241a2eebd1 + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 - + https://github.com/dotnet/dotnet - a137035987f8faebec182016349982241a2eebd1 + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 - + https://github.com/dotnet/dotnet - a137035987f8faebec182016349982241a2eebd1 + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 - + https://github.com/dotnet/dotnet - a137035987f8faebec182016349982241a2eebd1 + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 - + https://github.com/dotnet/dotnet - a137035987f8faebec182016349982241a2eebd1 + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 - + https://github.com/dotnet/dotnet - a137035987f8faebec182016349982241a2eebd1 + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 - + https://github.com/dotnet/dotnet - a137035987f8faebec182016349982241a2eebd1 + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - a137035987f8faebec182016349982241a2eebd1 + + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 https://github.com/dotnet/dotnet - - a137035987f8faebec182016349982241a2eebd1 + + 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index eee13ddd972..e4bd40c2deb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25611.103 - 11.0.0-alpha.1.25611.103 - 11.0.0-alpha.1.25611.103 - 11.0.0-alpha.1.25611.103 + 11.0.0-alpha.1.25612.115 + 11.0.0-alpha.1.25612.115 + 11.0.0-alpha.1.25612.115 + 11.0.0-alpha.1.25612.115 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25611.103 + 11.0.0-alpha.1.25612.115 11.0.0-prerelease.25603.1 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/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/tools.ps1 b/eng/common/tools.ps1 index 1556562c68f..e8e9f7615f1 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -273,7 +273,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) { Retry({ Write-Host "GET $uri" - Invoke-WebRequest $uri -OutFile $installScript + Invoke-WebRequest $uri -UseBasicParsing -OutFile $installScript }) } @@ -506,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)) { @@ -552,7 +552,7 @@ 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 }) } diff --git a/global.json b/global.json index 5ebe4f5886c..8c5fdf87da0 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25611.103", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25611.103" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25612.115", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25612.115" }, "native-tools": { "python3": "3.7.1" From 7f3a053bd4bcbe8066d44b2539284fa6fbe4eb29 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 13 Dec 2025 13:43:41 +0000 Subject: [PATCH 11/22] Update dependencies from https://github.com/dotnet/dotnet build 20251213.1 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.25613.101 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-alpha.1.25613.101 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25613.101 --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 10 +++++----- eng/common/tools.ps1 | 13 ++++++++++--- global.json | 4 ++-- 4 files changed, 37 insertions(+), 30 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e794e1e231e..f0920d38dd8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + dc803dea8a5917a87a812a05bae596c299368a43 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + + dc803dea8a5917a87a812a05bae596c299368a43 https://github.com/dotnet/dotnet - - 4cde6c17e2d4369ac27a48e2bf6294fb80b69769 + + dc803dea8a5917a87a812a05bae596c299368a43 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index e4bd40c2deb..34b9aedb1f8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25612.115 - 11.0.0-alpha.1.25612.115 - 11.0.0-alpha.1.25612.115 - 11.0.0-alpha.1.25612.115 + 11.0.0-alpha.1.25613.101 + 11.0.0-alpha.1.25613.101 + 11.0.0-alpha.1.25613.101 + 11.0.0-alpha.1.25613.101 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25612.115 + 11.0.0-alpha.1.25613.101 11.0.0-prerelease.25603.1 diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index e8e9f7615f1..f6bde268379 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -556,19 +556,26 @@ function LocateVisualStudio([object]$vsRequirements = $null){ }) } - 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 diff --git a/global.json b/global.json index 8c5fdf87da0..74c08aa115f 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25612.115", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25612.115" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25613.101", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25613.101" }, "native-tools": { "python3": "3.7.1" From 0c27003e3193c735fb0416b71ae7d00a7c026b54 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 14 Dec 2025 19:29:00 +0000 Subject: [PATCH 12/22] Update dependencies from https://github.com/dotnet/dotnet build 20251214.2 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.25614.102 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-alpha.1.25614.102 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25614.102 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f0920d38dd8..24cebe1050e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,37 +1,37 @@ - + https://github.com/dotnet/dotnet dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet dc803dea8a5917a87a812a05bae596c299368a43 - + https://github.com/dotnet/dotnet dc803dea8a5917a87a812a05bae596c299368a43 @@ -55,11 +55,11 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - + dc803dea8a5917a87a812a05bae596c299368a43 https://github.com/dotnet/dotnet - + dc803dea8a5917a87a812a05bae596c299368a43 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 34b9aedb1f8..bf1e628bdf0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25613.101 - 11.0.0-alpha.1.25613.101 - 11.0.0-alpha.1.25613.101 - 11.0.0-alpha.1.25613.101 + 11.0.0-alpha.1.25614.102 + 11.0.0-alpha.1.25614.102 + 11.0.0-alpha.1.25614.102 + 11.0.0-alpha.1.25614.102 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25613.101 + 11.0.0-alpha.1.25614.102 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 74c08aa115f..3434acdc2d9 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25613.101", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25613.101" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25614.102", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25614.102" }, "native-tools": { "python3": "3.7.1" From 0abe22fcea3d1f7edbe581f7b8bd64e1f3ffd674 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 15 Dec 2025 12:04:22 +0000 Subject: [PATCH 13/22] Update dependencies from https://github.com/dotnet/dotnet build 20251214.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.25614.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-alpha.1.25614.103 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25614.103 --- 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 24cebe1050e..de1d652d9c3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - dc803dea8a5917a87a812a05bae596c299368a43 + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe - + https://github.com/dotnet/dotnet - dc803dea8a5917a87a812a05bae596c299368a43 + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe - + https://github.com/dotnet/dotnet - dc803dea8a5917a87a812a05bae596c299368a43 + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe - + https://github.com/dotnet/dotnet - dc803dea8a5917a87a812a05bae596c299368a43 + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe - + https://github.com/dotnet/dotnet - dc803dea8a5917a87a812a05bae596c299368a43 + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe - + https://github.com/dotnet/dotnet - dc803dea8a5917a87a812a05bae596c299368a43 + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe - + https://github.com/dotnet/dotnet - dc803dea8a5917a87a812a05bae596c299368a43 + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe - + https://github.com/dotnet/dotnet - dc803dea8a5917a87a812a05bae596c299368a43 + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - dc803dea8a5917a87a812a05bae596c299368a43 + + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe https://github.com/dotnet/dotnet - - dc803dea8a5917a87a812a05bae596c299368a43 + + 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index bf1e628bdf0..7e39aaa2f26 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25614.102 - 11.0.0-alpha.1.25614.102 - 11.0.0-alpha.1.25614.102 - 11.0.0-alpha.1.25614.102 + 11.0.0-alpha.1.25614.103 + 11.0.0-alpha.1.25614.103 + 11.0.0-alpha.1.25614.103 + 11.0.0-alpha.1.25614.103 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25614.102 + 11.0.0-alpha.1.25614.103 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 3434acdc2d9..156bf784d90 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25614.102", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25614.102" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25614.103", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25614.103" }, "native-tools": { "python3": "3.7.1" From 60a8f1566ff42ad369f78fd01834cbbc95f1ef18 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 15 Dec 2025 22:12:54 +0000 Subject: [PATCH 14/22] Update dependencies from https://github.com/dotnet/dotnet build 20251215.4 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.25615.104 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-alpha.1.25615.104 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25615.104 --- 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 de1d652d9c3..72dec82f8ce 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + 1c8ec1563e6971abcf91b192b394b6b43e0e912f - + https://github.com/dotnet/dotnet - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + 1c8ec1563e6971abcf91b192b394b6b43e0e912f - + https://github.com/dotnet/dotnet - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + 1c8ec1563e6971abcf91b192b394b6b43e0e912f - + https://github.com/dotnet/dotnet - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + 1c8ec1563e6971abcf91b192b394b6b43e0e912f - + https://github.com/dotnet/dotnet - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + 1c8ec1563e6971abcf91b192b394b6b43e0e912f - + https://github.com/dotnet/dotnet - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + 1c8ec1563e6971abcf91b192b394b6b43e0e912f - + https://github.com/dotnet/dotnet - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + 1c8ec1563e6971abcf91b192b394b6b43e0e912f - + https://github.com/dotnet/dotnet - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + 1c8ec1563e6971abcf91b192b394b6b43e0e912f https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + + 1c8ec1563e6971abcf91b192b394b6b43e0e912f https://github.com/dotnet/dotnet - - 6f5eb62f23cc44054bd8d0f946aa18c38724d7fe + + 1c8ec1563e6971abcf91b192b394b6b43e0e912f https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 7e39aaa2f26..8973c65d4b1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25614.103 - 11.0.0-alpha.1.25614.103 - 11.0.0-alpha.1.25614.103 - 11.0.0-alpha.1.25614.103 + 11.0.0-alpha.1.25615.104 + 11.0.0-alpha.1.25615.104 + 11.0.0-alpha.1.25615.104 + 11.0.0-alpha.1.25615.104 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25614.103 + 11.0.0-alpha.1.25615.104 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 156bf784d90..2ddb500d38a 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25614.103", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25614.103" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25615.104", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25615.104" }, "native-tools": { "python3": "3.7.1" From 52afa3cb57d9ea7a393e1910783c34a4499b0048 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Dec 2025 01:08:02 +0000 Subject: [PATCH 15/22] Update dependencies from https://github.com/dotnet/dotnet build 20251216.7 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.25616.107 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-alpha.1.25616.107 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25616.107 --- 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 72dec82f8ce..11c9ad8c3e5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 - + https://github.com/dotnet/dotnet - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 - + https://github.com/dotnet/dotnet - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 - + https://github.com/dotnet/dotnet - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 - + https://github.com/dotnet/dotnet - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 - + https://github.com/dotnet/dotnet - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 - + https://github.com/dotnet/dotnet - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 - + https://github.com/dotnet/dotnet - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 https://github.com/dotnet/dotnet - - 1c8ec1563e6971abcf91b192b394b6b43e0e912f + + 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 8973c65d4b1..1f10417bbc1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25615.104 - 11.0.0-alpha.1.25615.104 - 11.0.0-alpha.1.25615.104 - 11.0.0-alpha.1.25615.104 + 11.0.0-alpha.1.25616.107 + 11.0.0-alpha.1.25616.107 + 11.0.0-alpha.1.25616.107 + 11.0.0-alpha.1.25616.107 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25615.104 + 11.0.0-alpha.1.25616.107 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 2ddb500d38a..eefc4f116eb 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25615.104", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25615.104" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25616.107", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25616.107" }, "native-tools": { "python3": "3.7.1" From f411ba3409cf5e3d724211440df1699ebbb2699e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Dec 2025 08:48:02 +0000 Subject: [PATCH 16/22] Update dependencies from https://github.com/dotnet/dotnet build 20251216.10 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.25616.110 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-alpha.1.25616.110 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25616.110 --- 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 11c9ad8c3e5..84b8ee0fa56 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + e348887b6a73c6cf7c51feb35a6d8372dac26a1c - + https://github.com/dotnet/dotnet - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + e348887b6a73c6cf7c51feb35a6d8372dac26a1c - + https://github.com/dotnet/dotnet - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + e348887b6a73c6cf7c51feb35a6d8372dac26a1c - + https://github.com/dotnet/dotnet - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + e348887b6a73c6cf7c51feb35a6d8372dac26a1c - + https://github.com/dotnet/dotnet - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + e348887b6a73c6cf7c51feb35a6d8372dac26a1c - + https://github.com/dotnet/dotnet - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + e348887b6a73c6cf7c51feb35a6d8372dac26a1c - + https://github.com/dotnet/dotnet - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + e348887b6a73c6cf7c51feb35a6d8372dac26a1c - + https://github.com/dotnet/dotnet - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + e348887b6a73c6cf7c51feb35a6d8372dac26a1c https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + + e348887b6a73c6cf7c51feb35a6d8372dac26a1c https://github.com/dotnet/dotnet - - 5059bb6c1e9449762ef058ada17e2ddbbff2ac67 + + e348887b6a73c6cf7c51feb35a6d8372dac26a1c https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 1f10417bbc1..1896a85ccc9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25616.107 - 11.0.0-alpha.1.25616.107 - 11.0.0-alpha.1.25616.107 - 11.0.0-alpha.1.25616.107 + 11.0.0-alpha.1.25616.110 + 11.0.0-alpha.1.25616.110 + 11.0.0-alpha.1.25616.110 + 11.0.0-alpha.1.25616.110 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25616.107 + 11.0.0-alpha.1.25616.110 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index eefc4f116eb..75702a29d50 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25616.107", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25616.107" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25616.110", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25616.110" }, "native-tools": { "python3": "3.7.1" From cc0c4c705d7fb5307e40f5513d7e4fe07aec74f5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Dec 2025 10:28:33 +0000 Subject: [PATCH 17/22] Update dependencies from https://github.com/dotnet/dotnet build 20251216.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.25616.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-alpha.1.25616.112 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25616.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 84b8ee0fa56..3bdfc28eba5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 - + https://github.com/dotnet/dotnet - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 - + https://github.com/dotnet/dotnet - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 - + https://github.com/dotnet/dotnet - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 - + https://github.com/dotnet/dotnet - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 - + https://github.com/dotnet/dotnet - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 - + https://github.com/dotnet/dotnet - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 - + https://github.com/dotnet/dotnet - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 https://github.com/dotnet/dotnet - - e348887b6a73c6cf7c51feb35a6d8372dac26a1c + + 2e72c494e28e8f4fee4614c9c6b14141f2e71960 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 1896a85ccc9..ae7b19454a7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25616.110 - 11.0.0-alpha.1.25616.110 - 11.0.0-alpha.1.25616.110 - 11.0.0-alpha.1.25616.110 + 11.0.0-alpha.1.25616.112 + 11.0.0-alpha.1.25616.112 + 11.0.0-alpha.1.25616.112 + 11.0.0-alpha.1.25616.112 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25616.110 + 11.0.0-alpha.1.25616.112 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 75702a29d50..a9879d922f1 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25616.110", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25616.110" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25616.112", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25616.112" }, "native-tools": { "python3": "3.7.1" From 03672ae20acebb3dce131aa0928c306d177324dc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Dec 2025 15:06:58 +0000 Subject: [PATCH 18/22] Update dependencies from https://github.com/dotnet/dotnet build 20251217.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.25617.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-alpha.1.25617.103 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25617.103 --- 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 3bdfc28eba5..d88a90d9157 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + 162eebc5c92f472c9255c3225b522b32485c2df2 - + https://github.com/dotnet/dotnet - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + 162eebc5c92f472c9255c3225b522b32485c2df2 - + https://github.com/dotnet/dotnet - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + 162eebc5c92f472c9255c3225b522b32485c2df2 - + https://github.com/dotnet/dotnet - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + 162eebc5c92f472c9255c3225b522b32485c2df2 - + https://github.com/dotnet/dotnet - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + 162eebc5c92f472c9255c3225b522b32485c2df2 - + https://github.com/dotnet/dotnet - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + 162eebc5c92f472c9255c3225b522b32485c2df2 - + https://github.com/dotnet/dotnet - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + 162eebc5c92f472c9255c3225b522b32485c2df2 - + https://github.com/dotnet/dotnet - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + 162eebc5c92f472c9255c3225b522b32485c2df2 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + + 162eebc5c92f472c9255c3225b522b32485c2df2 https://github.com/dotnet/dotnet - - 2e72c494e28e8f4fee4614c9c6b14141f2e71960 + + 162eebc5c92f472c9255c3225b522b32485c2df2 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index ae7b19454a7..a99600898ae 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25616.112 - 11.0.0-alpha.1.25616.112 - 11.0.0-alpha.1.25616.112 - 11.0.0-alpha.1.25616.112 + 11.0.0-alpha.1.25617.103 + 11.0.0-alpha.1.25617.103 + 11.0.0-alpha.1.25617.103 + 11.0.0-alpha.1.25617.103 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25616.112 + 11.0.0-alpha.1.25617.103 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index a9879d922f1..beeb8129978 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25616.112", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25616.112" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25617.103", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25617.103" }, "native-tools": { "python3": "3.7.1" From 4748805d2e2595cc489bdc345a85bfe10587dcd0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 18 Dec 2025 07:02:17 +0000 Subject: [PATCH 19/22] Update dependencies from https://github.com/dotnet/dotnet build 20251217.8 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.25617.108 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-alpha.1.25617.108 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25617.108 --- 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 d88a90d9157..755f250ad27 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 162eebc5c92f472c9255c3225b522b32485c2df2 + 6ec92e489cc9368695fb6a39c2afb55e1a735dec - + https://github.com/dotnet/dotnet - 162eebc5c92f472c9255c3225b522b32485c2df2 + 6ec92e489cc9368695fb6a39c2afb55e1a735dec - + https://github.com/dotnet/dotnet - 162eebc5c92f472c9255c3225b522b32485c2df2 + 6ec92e489cc9368695fb6a39c2afb55e1a735dec - + https://github.com/dotnet/dotnet - 162eebc5c92f472c9255c3225b522b32485c2df2 + 6ec92e489cc9368695fb6a39c2afb55e1a735dec - + https://github.com/dotnet/dotnet - 162eebc5c92f472c9255c3225b522b32485c2df2 + 6ec92e489cc9368695fb6a39c2afb55e1a735dec - + https://github.com/dotnet/dotnet - 162eebc5c92f472c9255c3225b522b32485c2df2 + 6ec92e489cc9368695fb6a39c2afb55e1a735dec - + https://github.com/dotnet/dotnet - 162eebc5c92f472c9255c3225b522b32485c2df2 + 6ec92e489cc9368695fb6a39c2afb55e1a735dec - + https://github.com/dotnet/dotnet - 162eebc5c92f472c9255c3225b522b32485c2df2 + 6ec92e489cc9368695fb6a39c2afb55e1a735dec https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 162eebc5c92f472c9255c3225b522b32485c2df2 + + 6ec92e489cc9368695fb6a39c2afb55e1a735dec https://github.com/dotnet/dotnet - - 162eebc5c92f472c9255c3225b522b32485c2df2 + + 6ec92e489cc9368695fb6a39c2afb55e1a735dec https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index a99600898ae..4b312fff3d4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25617.103 - 11.0.0-alpha.1.25617.103 - 11.0.0-alpha.1.25617.103 - 11.0.0-alpha.1.25617.103 + 11.0.0-alpha.1.25617.108 + 11.0.0-alpha.1.25617.108 + 11.0.0-alpha.1.25617.108 + 11.0.0-alpha.1.25617.108 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25617.103 + 11.0.0-alpha.1.25617.108 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index beeb8129978..a5fac7bb700 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25617.103", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25617.103" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25617.108", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25617.108" }, "native-tools": { "python3": "3.7.1" From d6764ef3231a7fad7d99bcb1b05fc4a6335b4b0f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 18 Dec 2025 16:32:22 +0000 Subject: [PATCH 20/22] Update dependencies from https://github.com/dotnet/dotnet build 20251218.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.25618.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-alpha.1.25618.105 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25618.105 --- eng/Version.Details.xml | 40 ++++++++++++++++---------------- eng/Versions.props | 10 ++++---- eng/common/cross/build-rootfs.sh | 4 ++-- global.json | 4 ++-- 4 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 755f250ad27..3513bd8dc82 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + a8faa5ebe301d5a258c5622975df78254e5395db https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + + a8faa5ebe301d5a258c5622975df78254e5395db https://github.com/dotnet/dotnet - - 6ec92e489cc9368695fb6a39c2afb55e1a735dec + + a8faa5ebe301d5a258c5622975df78254e5395db https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 4b312fff3d4..33eb33b0c2a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25617.108 - 11.0.0-alpha.1.25617.108 - 11.0.0-alpha.1.25617.108 - 11.0.0-alpha.1.25617.108 + 11.0.0-alpha.1.25618.105 + 11.0.0-alpha.1.25618.105 + 11.0.0-alpha.1.25618.105 + 11.0.0-alpha.1.25618.105 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25617.108 + 11.0.0-alpha.1.25618.105 11.0.0-prerelease.25603.1 diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh index 8abfb71f727..9b7eede4e50 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" @@ -383,7 +383,7 @@ while :; do ;; freebsd14) __CodeName=freebsd - __FreeBSDBase="14.2-RELEASE" + __FreeBSDBase="14.3-RELEASE" __FreeBSDABI="14" __SkipUnmount=1 ;; diff --git a/global.json b/global.json index a5fac7bb700..855195872b4 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25617.108", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25617.108" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25618.105", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25618.105" }, "native-tools": { "python3": "3.7.1" From 6f39832f65020718f7d066c1664a930accd293f4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 18 Dec 2025 21:56:49 +0000 Subject: [PATCH 21/22] Update dependencies from https://github.com/dotnet/dotnet build 20251218.4 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.25618.104 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-alpha.1.25618.104 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25618.104 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- global.json | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3513bd8dc82..c07d3b37710 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,37 +1,37 @@ - + https://github.com/dotnet/dotnet a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet a8faa5ebe301d5a258c5622975df78254e5395db - + https://github.com/dotnet/dotnet a8faa5ebe301d5a258c5622975df78254e5395db @@ -55,11 +55,11 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - + a8faa5ebe301d5a258c5622975df78254e5395db https://github.com/dotnet/dotnet - + a8faa5ebe301d5a258c5622975df78254e5395db https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 33eb33b0c2a..8d3e9515ff4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25618.105 - 11.0.0-alpha.1.25618.105 - 11.0.0-alpha.1.25618.105 - 11.0.0-alpha.1.25618.105 + 11.0.0-alpha.1.25618.104 + 11.0.0-alpha.1.25618.104 + 11.0.0-alpha.1.25618.104 + 11.0.0-alpha.1.25618.104 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25618.105 + 11.0.0-alpha.1.25618.104 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 855195872b4..8d2f7b079a8 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25618.105", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25618.105" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25618.104", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25618.104" }, "native-tools": { "python3": "3.7.1" From 7ac0cc7a80fa59a336f2fe9af0f2588e18d151d8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Dec 2025 13:00:57 +0000 Subject: [PATCH 22/22] Update dependencies from https://github.com/dotnet/dotnet build 20251218.15 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.25618.115 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-alpha.1.25618.115 Microsoft.NET.Sdk From Version 10.0.100-rc.2.25555.107 -> To Version 11.0.100-alpha.1.25618.115 --- 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 c07d3b37710..77ca9be285e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,39 +1,39 @@ - + https://github.com/dotnet/dotnet - a8faa5ebe301d5a258c5622975df78254e5395db + b19c81879fc29ed33a78f44da2501e48494f2c67 - + https://github.com/dotnet/dotnet - a8faa5ebe301d5a258c5622975df78254e5395db + b19c81879fc29ed33a78f44da2501e48494f2c67 - + https://github.com/dotnet/dotnet - a8faa5ebe301d5a258c5622975df78254e5395db + b19c81879fc29ed33a78f44da2501e48494f2c67 - + https://github.com/dotnet/dotnet - a8faa5ebe301d5a258c5622975df78254e5395db + b19c81879fc29ed33a78f44da2501e48494f2c67 - + https://github.com/dotnet/dotnet - a8faa5ebe301d5a258c5622975df78254e5395db + b19c81879fc29ed33a78f44da2501e48494f2c67 - + https://github.com/dotnet/dotnet - a8faa5ebe301d5a258c5622975df78254e5395db + b19c81879fc29ed33a78f44da2501e48494f2c67 - + https://github.com/dotnet/dotnet - a8faa5ebe301d5a258c5622975df78254e5395db + b19c81879fc29ed33a78f44da2501e48494f2c67 - + https://github.com/dotnet/dotnet - a8faa5ebe301d5a258c5622975df78254e5395db + b19c81879fc29ed33a78f44da2501e48494f2c67 https://github.com/dotnet/xharness @@ -55,12 +55,12 @@ 88c2c7ae772437921d85186318dd4320c4848618 https://github.com/dotnet/maui - - a8faa5ebe301d5a258c5622975df78254e5395db + + b19c81879fc29ed33a78f44da2501e48494f2c67 https://github.com/dotnet/dotnet - - a8faa5ebe301d5a258c5622975df78254e5395db + + b19c81879fc29ed33a78f44da2501e48494f2c67 https://github.com/dotnet/dotnet diff --git a/eng/Versions.props b/eng/Versions.props index 8d3e9515ff4..0920cc2c023 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,12 +7,12 @@ - 11.0.0-alpha.1.25618.104 - 11.0.0-alpha.1.25618.104 - 11.0.0-alpha.1.25618.104 - 11.0.0-alpha.1.25618.104 + 11.0.0-alpha.1.25618.115 + 11.0.0-alpha.1.25618.115 + 11.0.0-alpha.1.25618.115 + 11.0.0-alpha.1.25618.115 0.14.1-nightly.20250107.205 - 11.0.0-alpha.1.25618.104 + 11.0.0-alpha.1.25618.115 11.0.0-prerelease.25603.1 diff --git a/global.json b/global.json index 8d2f7b079a8..d5b9aa2217a 100644 --- a/global.json +++ b/global.json @@ -8,8 +8,8 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25618.104", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25618.104" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25618.115", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.25618.115" }, "native-tools": { "python3": "3.7.1"