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:
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/**