Description:
Tweak restore to try and fix CI.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -14,7 +14,7 | |||
|
14 | 14 | build-debug: |
|
15 | 15 | stage: build |
|
16 | 16 | script: |
|
17 |
- dotnet restore ./isometric-park-fna/isometric-park-fna-core.csproj |
|
|
17 | - dotnet restore ./isometric-park-fna/isometric-park-fna-core.csproj | |
|
18 | 18 | - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 |
|
19 | 19 | image: mcr.microsoft.com/dotnet/sdk:3.1.415-focal |
|
20 | 20 | |
@@ -22,14 +22,14 | |||
|
22 | 22 | build-release-windows: |
|
23 | 23 | stage: build |
|
24 | 24 | script: |
|
25 |
- dotnet restore ./isometric-park-fna/isometric-park-fna-core.csproj |
|
|
25 | - dotnet restore ./isometric-park-fna/isometric-park-fna-core.csproj | |
|
26 | 26 | - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release |
|
27 | 27 | image: mcr.microsoft.com/dotnet/sdk:3.1.415 |
|
28 | 28 | |
|
29 | 29 | build-release: |
|
30 | 30 | stage: build |
|
31 | 31 | script: |
|
32 |
- dotnet restore ./isometric-park-fna/isometric-park-fna-core.csproj |
|
|
32 | - dotnet restore ./isometric-park-fna/isometric-park-fna-core.csproj | |
|
33 | 33 | - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release |
|
34 | 34 | artifacts: |
|
35 | 35 | paths: |
You need to be logged in to leave comments.
Login now