Description:
Try SDK 5.0.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -15,14 +15,14 | |||||
|
15 | stage: build |
|
15 | stage: build |
|
16 | script: |
|
16 | script: |
|
17 | - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 |
|
17 | - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 |
|
18 |
image: mcr.microsoft.com/dotnet/sdk: |
|
18 | image: mcr.microsoft.com/dotnet/sdk:5.0-focal |
|
19 |
|
19 | ||
|
20 |
|
20 | ||
|
21 | build-release-windows: |
|
21 | build-release-windows: |
|
22 | stage: build |
|
22 | stage: build |
|
23 | script: |
|
23 | script: |
|
24 | - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release |
|
24 | - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release |
|
25 |
image: mcr.microsoft.com/dotnet/sdk: |
|
25 | image: mcr.microsoft.com/dotnet/sdk:5.0 |
|
26 |
|
26 | ||
|
27 | build-release: |
|
27 | build-release: |
|
28 | stage: build |
|
28 | stage: build |
@@ -32,4 +32,4 | |||||
|
32 | paths: |
|
32 | paths: |
|
33 | - screenshot.xwd |
|
33 | - screenshot.xwd |
|
34 | expire_in: 1 week |
|
34 | expire_in: 1 week |
|
35 |
image: mcr.microsoft.com/dotnet/sdk: |
|
35 | image: mcr.microsoft.com/dotnet/sdk:5.0-focal |
You need to be logged in to leave comments.
Login now