There was an error while loading. Please reload this page.
1 parent 613178c commit 106da97Copy full SHA for 106da97
1 file changed
eng/common/core-templates/steps/source-index-stage1-publish.yml
@@ -1,15 +1,15 @@
1
parameters:
2
- sourceIndexUploadPackageVersion: 2.0.0-20250906.1
3
- sourceIndexProcessBinlogPackageVersion: 1.0.1-20250906.1
+ sourceIndexUploadPackageVersion: 2.0.0-20260521.2
+ sourceIndexProcessBinlogPackageVersion: 1.0.1-20260521.2
4
sourceIndexPackageSource: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json
5
binlogPath: artifacts/log/Debug/Build.binlog
6
7
steps:
8
- task: UseDotNet@2
9
- displayName: "Source Index: Use .NET 9 SDK"
+ displayName: "Source Index: Use .NET 10 SDK"
10
inputs:
11
packageType: sdk
12
- version: 9.0.x
+ version: 10.0.x
13
installationPath: $(Agent.TempDirectory)/dotnet
14
workingDirectory: $(Agent.TempDirectory)
15
0 commit comments