Description:
Hard code a known-working version of dotnet core.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r574:d14eca6d2413 -

@@ -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:3.1-focal
18 image: mcr.microsoft.com/dotnet/sdk:3.1.415-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:3.1
25 image: mcr.microsoft.com/dotnet/sdk:3.1.415
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:3.1-focal
35 image: mcr.microsoft.com/dotnet/sdk:3.1.415-focal
You need to be logged in to leave comments. Login now