# HG changeset patch # User Alys Brooks # Date 2022-11-14 02:28:49 # Node ID 22d42343837d53a9b727a705957b59c5eb5917cb # Parent 07fe898047041a6d081eef9704fee20f07990f9c 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-core.sln -f netcoreapp3.1 + - dotnet restore ./isometric-park-fna/isometric-park-fna-core.csproj -f netcoreapp3.1 - 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-core.sln -f netcoreapp3.1 -c Release + - dotnet restore ./isometric-park-fna/isometric-park-fna-core.csproj -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 restore ./isometric-park-fna/isometric-park-fna-core.csproj -f netcoreapp3.1 -c Release - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release artifacts: paths: