From 1754ddd494a40489d8ec392908969169f538dbed Mon Sep 17 00:00:00 2001 From: MaddoScientisto Date: Sun, 15 Feb 2026 18:49:31 +0100 Subject: [PATCH] Build only the core project --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d02c350..8b03c02 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,8 +15,8 @@ before_script: build: stage: build script: - - dotnet restore - - dotnet build --configuration Release --no-restore + - dotnet restore src/AIFotoONLUS.Core/AIFotoONLUS.Core.csproj + - dotnet build src/AIFotoONLUS.Core/AIFotoONLUS.Core.csproj --configuration Release --no-restore artifacts: paths: - src/AIFotoONLUS.Core/bin/**