8000 Use latest dotnet script for building · dotnet-script/dotnet-script@fe25183 · GitHub
[go: up one dir, main page]

Skip to content

Commit fe25183

Browse files
committed
Use latest dotnet script for building
1 parent 57357c2 commit fe25183

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
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
@@ -58,7 +58,7 @@ jobs:
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

0 commit comments

Comments
 (0)
0