# HG changeset patch # User Alys Brooks # Date 2022-12-26 21:17:15 # Node ID e606a35964239afa3c0d5040eadd5d84ba3077c0 # Parent ec6878d6a867be00674ed55affe58388da8dc469 Make Windows builds use the Windows runtime. diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ stage: build script: - dotnet restore isometric-park-fna-core.sln - - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release + - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release --runtime win-x86 image: mcr.microsoft.com/dotnet/sdk:3.1.415 artifacts: paths: