File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ steps:
3535
3636- pwsh : |
3737 Invoke-WebRequest 'https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.ps1' -OutFile 'dotnet-install.ps1'
38- ./dotnet-install.ps1 -InstallDir "$env:ProgramFiles/dotnet" -Version "6.0.100-rc.2.21505.57 " -Channel 'release'
38+ ./dotnet-install.ps1 -InstallDir "$env:ProgramFiles/dotnet" -Version "6.0.100" -Channel 'release'
3939 displayName : ' Install the .Net version used by the Core Tools for Windows'
4040 condition : eq( variables['Agent.OS'], 'Windows_NT' )
4141
4242- bash : |
43- curl -sSL https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.sh | bash /dev/stdin -v '6.0.100-rc.2.21505.57 ' -c 'release' --install-dir /usr/share/dotnet
43+ curl -sSL https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.sh | bash /dev/stdin -v '6.0.100' -c 'release' --install-dir /usr/share/dotnet
4444 displayName : ' Install the .Net version used by the Core Tools for Linux'
4545 condition : eq( variables['Agent.OS'], 'Linux' )
4646
You can’t perform that action at this time.
0 commit comments