# HG changeset patch # User Alys Brooks # Date 2022-11-14 02:32:06 # Node ID 4b63f288dc914be242648de1890afeedfb8e2520 # Parent 22d42343837d53a9b727a705957b59c5eb5917cb Tweak restore to try and fix CI. diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ build-debug: stage: build script: - - dotnet restore ./isometric-park-fna/isometric-park-fna-core.csproj -f netcoreapp3.1 + - dotnet restore ./isometric-park-fna/isometric-park-fna-core.csproj - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 image: mcr.microsoft.com/dotnet/sdk:3.1.415-focal @@ -22,14 +22,14 @@ build-release-windows: stage: build script: - - dotnet restore ./isometric-park-fna/isometric-park-fna-core.csproj -f netcoreapp3.1 -c Release + - dotnet restore ./isometric-park-fna/isometric-park-fna-core.csproj - 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/isometric-park-fna-core.csproj -f netcoreapp3.1 -c Release + - dotnet restore ./isometric-park-fna/isometric-park-fna-core.csproj - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release artifacts: paths: