Skip to content

Commit

Permalink
Build improved.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Dec 12, 2018
1 parent 00453da commit a519349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/Squidex.CLI/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ foreach ($runtime in $runtimes) {

xcopy "Squidex.CLI\bin\Release\netcoreapp2.2\$runtime\publish" "out\$runtime\" /S /Y /Q

Compress-Archive -Path "out\$runtime\*" -Force -DestinationPath "out\$runtime.zip" -CompressionLevel Optimal

Write-Host "> Compiling for $runtime completed"
Write-Host ""
}

0 comments on commit a519349

Please sign in to comment.