File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030
3131 - bash : |
3232 export PATH=/home/vsts/.dotnet:$PATH
33- curl -L https://github.com/filipw/dotnet-script/releases/download/0.28.0 /dotnet-script.0.28.0 .zip > dotnet-script.zip
33+ curl -L https://github.com/filipw/dotnet-script/releases/download/1.2.1 /dotnet-script.1.2.1 .zip > dotnet-script.zip
3434 unzip -o dotnet-script.zip -d ./
3535 displayName: "Install dotnet-script"
3636
5858 displayName: "Install 6.0.100"
5959
6060 - bash : |
61- curl -L https://github.com/filipw/dotnet-script/releases/download/0.28.0 /dotnet-script.0.28.0 .zip > dotnet-script.zip
61+ curl -L https://github.com/filipw/dotnet-script/releases/download/1.2.1 /dotnet-script.1.2.1 .zip > dotnet-script.zip
6262 unzip -o dotnet-script.zip -d ./
6363 displayName: "Install dotnet-script"
6464
@@ -105,7 +105,7 @@ jobs:
105105 - bash : |
106106 export PATH=/c/Users/VssAdministrator/AppData/Local/Microsoft/dotnet:$PATH
107107 cd build
108- curl -L https://github.com/filipw/dotnet-script/releases/download/0.28.0 /dotnet-script.0.28.0 .zip > dotnet-script.zip
108+ curl -L https://github.com/filipw/dotnet-script/releases/download/1.2.1 /dotnet-script.1.2.1 .zip > dotnet-script.zip
109109 unzip -o dotnet-script.zip -d ./
110110 displayName: "Install dotnet-script"
111111
You can’t perform that action at this time.
0 commit comments