Description:
Try dotnet 5 for validation.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -1,4 +1,4 | |||||
|
1 |
|
1 | # These images don't have Make, so commands are executed directly | |
|
2 | stages: |
|
2 | stages: |
|
3 | - validate |
|
3 | - validate |
|
4 | - build |
|
4 | - build |
@@ -8,7 +8,7 | |||||
|
8 | script: |
|
8 | script: |
|
9 | - csi scripts/LoadYaml.csx |
|
9 | - csi scripts/LoadYaml.csx |
|
10 | - csi scripts/LoadInk.csx |
|
10 | - csi scripts/LoadInk.csx |
|
11 |
image: mcr.microsoft.com/dotnet/sdk: |
|
11 | image: mcr.microsoft.com/dotnet/sdk:5.0-focal |
|
12 |
|
12 | ||
|
13 | build-debug: |
|
13 | build-debug: |
|
14 | stage: build |
|
14 | stage: build |
You need to be logged in to leave comments.
Login now