Browse Source
Merge pull request #16167 from abpframework/auto-merge/rel-7-1/1847
Merge branch dev with rel-7.1
pull/16235/head
Alper Ebiçoğlu
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
nupkg/pack.ps1
|
|
|
@ -24,8 +24,8 @@ foreach($project in $projects) { |
|
|
|
Set-Location $projectFolder |
|
|
|
|
|
|
|
#dotnet clean |
|
|
|
dotnet pack -c Release --no-build |
|
|
|
|
|
|
|
dotnet pack -c Release --no-build -- /maxcpucount |
|
|
|
|
|
|
|
if (-Not $?) { |
|
|
|
Write-Error "Packaging failed for the project: $projectName" |
|
|
|
exit $LASTEXITCODE |
|
|
|
|