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: