Skip to content

Commit cb87212

Browse files
committed
Bump to .Net 5 RTM
1 parent 80009bd commit cb87212

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- bash: "curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -version 2.1.402"
2626
displayName: "Install 2.1.402"
2727

28-
- bash: "curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -version 5.0.100-rc.2.20479.15"
29-
displayName: " 5.0.100-rc.2.20479.15"
28+
- bash: "curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -version 5.0.100"
29+
displayName: " 5.0.100"
3030

3131
- bash: |
3232
export PATH=/home/vsts/.dotnet:$PATH
@@ -50,8 +50,8 @@ jobs:
5050
displayName: "Install 3.0.100"
5151
5252
- bash: |
53-
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -version 5.0.100-rc.2.20479.15
54-
displayName: "Install 5.0.100-rc.2.20479.15"
53+
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -version 5.0.100
54+
displayName: "Install 5.0.100"
5555
5656
- bash: |
5757
curl -L https://github.com/filipw/dotnet-script/releases/download/0.28.0/dotnet-script.0.28.0.zip > dotnet-script.zip
@@ -81,9 +81,9 @@ jobs:
8181
8282
- powershell: |
8383
iwr https://raw.githubusercontent.com/dotnet/cli/release/2.1.3xx/scripts/obtain/dotnet-install.ps1 -outfile dotnet-install.ps1
84-
.\dotnet-install.ps1 -Version 5.0.100-rc.2.20479.15
84+
.\dotnet-install.ps1 -Version 5.0.100
8585
86-
displayName: "Install 5.0.100-rc.2.20479.15 SDK"
86+
displayName: "Install 5.0.100"
8787
8888
# NuGet Tool Installer
8989
# Acquires a specific version of NuGet from the internet or the tools cache and adds it to the PATH. Use this task to change the version of NuGet used in the NuGet tasks.

0 commit comments

Comments
 (0)