Skip to content

Commit

Permalink
Use dotnet 6 for uploading indexable solution (dotnet#45996)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe authored Jan 10, 2023
1 parent 4f3066d commit bca9c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -881,10 +881,10 @@ stages:
cleanDestinationFolder: true
# Ignore repository's global.json and any existing .NET SDK.
- task: UseDotNet@2
displayName: Use .NET Core sdk 3.1
displayName: Use .NET Core SDK 6
inputs:
packageType: sdk
version: 3.1.x
version: 6.0.x
installationPath: $(Agent.TempDirectory)/.dotnet
workingDirectory: $(Agent.TempDirectory)
- script: $(Agent.TempDirectory)/.dotnet/dotnet tool install UploadIndexStage1
Expand Down

0 comments on commit bca9c0b

Please sign in to comment.