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: