File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
- bash : " curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -version 2.1.402"
26
26
displayName : " Install 2.1.402"
27
27
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"
30
30
31
31
- bash : |
32
32
export PATH=/home/vsts/.dotnet:$PATH
50
50
displayName: "Install 3.0.100"
51
51
52
52
- 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"
55
55
56
56
- bash : |
57
57
curl -L https://github.com/filipw/dotnet-script/releases/download/0.28.0/dotnet-script.0.28.0.zip > dotnet-script.zip
81
81
82
82
- powershell : |
83
83
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
85
85
86
- displayName: "Install 5.0.100-rc.2.20479.15 SDK "
86
+ displayName: "Install 5.0.100"
87
87
88
88
# NuGet Tool Installer
89
89
# 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.
You can’t perform that action at this time.
0 commit comments