File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
31
31
- bash : |
32
32
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
34
34
unzip -o dotnet-script.zip -d ./
35
35
displayName: "Install dotnet-script"
36
36
58
58
displayName: "Install 6.0.100"
59
59
60
60
- 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
62
62
unzip -o dotnet-script.zip -d ./
63
63
displayName: "Install dotnet-script"
64
64
@@ -105,7 +105,7 @@ jobs:
105
105
- bash : |
106
106
export PATH=/c/Users/VssAdministrator/AppData/Local/Microsoft/dotnet:$PATH
107
107
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
109
109
unzip -o dotnet-script.zip -d ./
110
110
displayName: "Install dotnet-script"
111
111
You can’t perform that action at this time.
0 commit comments