Description:
Make Windows builds use the Windows runtime.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -23,7 +23,7 | |||
|
23 | 23 | stage: build |
|
24 | 24 | script: |
|
25 | 25 | - dotnet restore isometric-park-fna-core.sln |
|
26 | - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release | |
|
26 | - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release --runtime win-x86 | |
|
27 | 27 | image: mcr.microsoft.com/dotnet/sdk:3.1.415 |
|
28 | 28 | artifacts: |
|
29 | 29 | paths: |
You need to be logged in to leave comments.
Login now