Build only the core project

This commit is contained in:
MaddoScientisto 2026-02-15 18:49:31 +01:00
commit 1754ddd494

View file

@ -15,8 +15,8 @@ before_script:
build: build:
stage: build stage: build
script: script:
- dotnet restore - dotnet restore src/AIFotoONLUS.Core/AIFotoONLUS.Core.csproj
- dotnet build --configuration Release --no-restore - dotnet build src/AIFotoONLUS.Core/AIFotoONLUS.Core.csproj --configuration Release --no-restore
artifacts: artifacts:
paths: paths:
- src/AIFotoONLUS.Core/bin/** - src/AIFotoONLUS.Core/bin/**