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
|
stage: build
|
||||||
script:
|
script:
|
||||||
- dotnet restore src/AIFotoONLUS.Core/AIFotoONLUS.Core.csproj
|
- 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:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- src/AIFotoONLUS.Core/bin/**
|
- src/AIFotoONLUS.Core/bin/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue