diff --git a/nupkg/pack.ps1 b/nupkg/pack.ps1 index ed4dc4630a..fbe4a864ad 100644 --- a/nupkg/pack.ps1 +++ b/nupkg/pack.ps1 @@ -23,8 +23,8 @@ foreach($project in $projects) { # Create nuget pack Write-Info "[$i / $projectsCount] - Packing project: $projectName" Set-Location $projectFolder - dotnet clean - dotnet pack -c Release +# dotnet clean + dotnet pack -c Release /maxcpucount if (-Not $?) { Write-Error "Packaging failed for the project: $projectName" @@ -40,4 +40,4 @@ foreach($project in $projects) { } # Go back to the pack folder -Set-Location $packFolder \ No newline at end of file +Set-Location $packFolder