Skip to content

Commit 80956ce

Browse files
Update the .Net version used by the Core Tools to 6.0 (#708)
1 parent 4cfac2d commit 80956ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)