# HG changeset patch # User Alys Brooks # Date 2022-11-14 02:25:10 # Node ID 07fe898047041a6d081eef9704fee20f07990f9c # Parent 9e9df07d31a90ab10c24ad8f7db12179be645180 Add restore fix to try and fix CI. diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,7 @@ build-debug: stage: build script: + - dotnet restore isometric-park-fna-core.sln -f netcoreapp3.1 - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 image: mcr.microsoft.com/dotnet/sdk:3.1.415-focal @@ -21,12 +22,14 @@ build-release-windows: stage: build script: + - dotnet restore isometric-park-fna-core.sln -f netcoreapp3.1 -c Release - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release image: mcr.microsoft.com/dotnet/sdk:3.1.415 build-release: stage: build script: + - dotnet restore isometric-park-fna-core.sln -f netcoreapp3.1 -c Release - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release artifacts: paths: