Build only the core project
This commit is contained in:
parent
25f41c1513
commit
1754ddd494
1 changed files with 2 additions and 2 deletions
|
|
@ -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/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue