From a9da506a4618ecbd6eecc9dd80cf9228c38cdd44 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 23 May 2026 02:09:54 +0000 Subject: [PATCH 1/2] Update dependencies from build 315454 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26270.134 -> 10.0.0-beta.26271.121) System.CommandLine (Version 2.0.9 -> 2.0.9) [[ commit created by automation ]] --- NuGet.config | 2 +- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 8 ++++---- global.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NuGet.config b/NuGet.config index e40df89e4..92a02aec7 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index e4fb7e682..0dc25dfda 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26270.134 + 10.0.0-beta.26271.121 2.0.9 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 48fff900c..7e315f1ad 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/dotnet - f7a0202521a5bba40862d5999d43aedf45a65ab3 + 88de4039266188e751a415d96cf6dc7f5dee77ac - + https://github.com/dotnet/dotnet - f7a0202521a5bba40862d5999d43aedf45a65ab3 + 88de4039266188e751a415d96cf6dc7f5dee77ac diff --git a/global.json b/global.json index 2e0b41c03..0c504c2d6 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "dotnet": "10.0.108" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26270.134", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26271.121", "Microsoft.Build.NoTargets": "3.7.0" } } From 1d84f132f00a8d0c9f1eea9e0b4159391a62b9cd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 24 May 2026 02:08:19 +0000 Subject: [PATCH 2/2] Update dependencies from build 315592 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26271.121 -> 10.0.0-beta.26272.117) System.CommandLine (Version 2.0.9 -> 2.0.9) [[ commit created by automation ]] --- NuGet.config | 2 +- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 8 ++++---- .../steps/source-index-stage1-publish.yml | 4 ++-- eng/common/templates/steps/vmr-sync.yml | 20 +++++++++---------- global.json | 2 +- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/NuGet.config b/NuGet.config index 92a02aec7..f47de9804 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 0dc25dfda..87aae4a5e 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26271.121 + 10.0.0-beta.26272.117 2.0.9 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7e315f1ad..5a421e561 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/dotnet - 88de4039266188e751a415d96cf6dc7f5dee77ac + d4d18f3a6b721b12a0589b26db5b9226f18447a1 - + https://github.com/dotnet/dotnet - 88de4039266188e751a415d96cf6dc7f5dee77ac + d4d18f3a6b721b12a0589b26db5b9226f18447a1 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 e9a694afa..6e7666b4d 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/templates/steps/vmr-sync.yml b/eng/common/templates/steps/vmr-sync.yml index eb619c502..cdc6a28ff 100644 --- a/eng/common/templates/steps/vmr-sync.yml +++ b/eng/common/templates/steps/vmr-sync.yml @@ -45,11 +45,11 @@ steps: workingDirectory: ${{ parameters.vmrPath }} - script: | - ./eng/common/vmr-sync.sh \ - --vmr ${{ parameters.vmrPath }} \ - --tmp $(Agent.TempDirectory) \ - --azdev-pat '$(dn-bot-all-orgs-code-r)' \ - --ci \ + ./eng/common/vmr-sync.sh \ + --vmr ${{ parameters.vmrPath }} \ + --tmp $(Agent.TempDirectory) \ + --azdev-pat '$(AzdoToken)' \ + --ci \ --debug if [ "$?" -ne 0 ]; then @@ -67,11 +67,11 @@ steps: condition: eq(variables['Agent.OS'], 'Windows_NT') - powershell: | - ./eng/common/vmr-sync.ps1 ` - -vmr ${{ parameters.vmrPath }} ` - -tmp $(Agent.TempDirectory) ` - -azdevPat '$(dn-bot-all-orgs-code-r)' ` - -ci ` + ./eng/common/vmr-sync.ps1 ` + -vmr ${{ parameters.vmrPath }} ` + -tmp $(Agent.TempDirectory) ` + -azdevPat '$(AzdoToken)' ` + -ci ` -debugOutput if ($LASTEXITCODE -ne 0) { diff --git a/global.json b/global.json index 0c504c2d6..ec1ce3bbf 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "dotnet": "10.0.108" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26271.121", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26272.117", "Microsoft.Build.NoTargets": "3.7.0" } }