Add GeneratePackageOnBuild=false to build script in CI pipeline
This commit is contained in:
parent
97eb431b45
commit
5aae5f6486
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ build:
|
|||
stage: build
|
||||
script:
|
||||
- dotnet restore src/AIFotoONLUS.Core/AIFotoONLUS.Core.csproj
|
||||
- dotnet build src/AIFotoONLUS.Core/AIFotoONLUS.Core.csproj --configuration Release --no-restore
|
||||
- dotnet build src/AIFotoONLUS.Core/AIFotoONLUS.Core.csproj --configuration Release --no-restore /p:GeneratePackageOnBuild=false
|
||||
artifacts:
|
||||
paths:
|
||||
- src/AIFotoONLUS.Core/bin/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue