Description:
Use dotnet-script.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r453:dea966365ab5 -

@@ -7,8 +7,8
7 stage: validate
7 stage: validate
8 script:
8 script:
9 - dotnet tool install -g dotnet-script
9 - dotnet tool install -g dotnet-script
10 - csi scripts/LoadYaml.csx
10 - dotnet tool run dotnet-script scripts/LoadYaml.csx
11 - csi scripts/LoadInk.csx
11 - dotnet tool run dotnet-script scripts/LoadInk.csx
12 image: mcr.microsoft.com/dotnet/sdk:3.1
12 image: mcr.microsoft.com/dotnet/sdk:3.1
13
13
14 build-debug:
14 build-debug:
You need to be logged in to leave comments. Login now