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:
|
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/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue