Skip to content

Commit

Permalink
Using non-RC version of dotnet for build (#543)
Browse files Browse the repository at this point in the history
Using non-RC version of dotnet for build.
  • Loading branch information
kshyju committed Feb 8, 2022
1 parent 57cc5ae commit eedc6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:
Invoke-WebRequest 'https://dot.net/v1/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
# Official release versions can be found at: https://dotnet.microsoft.com/download/dotnet/6.0
# Newer versions can be found at: https://github.com/dotnet/installer#installers-and-binaries
./dotnet-install.ps1 -InstallDir 'C:\Program Files\dotnet' -Verbose -Version 6.0.100-rc.1.21458.32
./dotnet-install.ps1 -InstallDir 'C:\Program Files\dotnet' -Verbose -Version 6.0.101
- task: DotNetCoreCLI@2
displayName: 'Build'
inputs:
Expand Down

0 comments on commit eedc6cc

Please sign in to comment.