Description:
Add restore fix to try and fix CI.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r658:07fe89804704 -

@@ -14,6 +14,7
14 14 build-debug:
15 15 stage: build
16 16 script:
17 - dotnet restore isometric-park-fna-core.sln -f netcoreapp3.1
17 18 - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1
18 19 image: mcr.microsoft.com/dotnet/sdk:3.1.415-focal
19 20
@@ -21,12 +22,14
21 22 build-release-windows:
22 23 stage: build
23 24 script:
25 - dotnet restore isometric-park-fna-core.sln -f netcoreapp3.1 -c Release
24 26 - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release
25 27 image: mcr.microsoft.com/dotnet/sdk:3.1.415
26 28
27 29 build-release:
28 30 stage: build
29 31 script:
32 - dotnet restore isometric-park-fna-core.sln -f netcoreapp3.1 -c Release
30 33 - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release
31 34 artifacts:
32 35 paths:
You need to be logged in to leave comments. Login now