Skip to content

Commit bca9c0b

Browse files
authored
Use dotnet 6 for uploading indexable solution (dotnet#45996)
1 parent 4f3066d commit bca9c0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/pipelines/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -881,10 +881,10 @@ stages:
881881
cleanDestinationFolder: true
882882
# Ignore repository's global.json and any existing .NET SDK.
883883
- task: UseDotNet@2
884-
displayName: Use .NET Core sdk 3.1
884+
displayName: Use .NET Core SDK 6
885885
inputs:
886886
packageType: sdk
887-
version: 3.1.x
887+
version: 6.0.x
888888
installationPath: $(Agent.TempDirectory)/.dotnet
889889
workingDirectory: $(Agent.TempDirectory)
890890
- script: $(Agent.TempDirectory)/.dotnet/dotnet tool install UploadIndexStage1

0 commit comments

Comments
 (0)