Description:
Backed out changeset 978e0d480597
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r573:6b4c61aaf7ee -

@@ -15,14 +15,14
15 15 stage: build
16 16 script:
17 17 - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1
18 image: mcr.microsoft.com/dotnet/sdk:5.0-focal
18 image: mcr.microsoft.com/dotnet/sdk:3.1-focal
19 19
20 20
21 21 build-release-windows:
22 22 stage: build
23 23 script:
24 24 - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release
25 image: mcr.microsoft.com/dotnet/sdk:5.0
25 image: mcr.microsoft.com/dotnet/sdk:3.1
26 26
27 27 build-release:
28 28 stage: build
@@ -32,4 +32,4
32 32 paths:
33 33 - screenshot.xwd
34 34 expire_in: 1 week
35 image: mcr.microsoft.com/dotnet/sdk:5.0-focal
35 image: mcr.microsoft.com/dotnet/sdk:3.1-focal
You need to be logged in to leave comments. Login now