Description:
Make Windows builds use the Windows runtime.
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r688:e606a3596423 -

@@ -23,7 +23,7
23 stage: build
23 stage: build
24 script:
24 script:
25 - dotnet restore isometric-park-fna-core.sln
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 image: mcr.microsoft.com/dotnet/sdk:3.1.415
27 image: mcr.microsoft.com/dotnet/sdk:3.1.415
28 artifacts:
28 artifacts:
29 paths:
29 paths:
You need to be logged in to leave comments. Login now