We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b722ec5 commit e43ba8cCopy full SHA for e43ba8c
build.ps1
@@ -44,7 +44,7 @@ Write-Host "Zipping..." -ForegroundColor Cyan
44
$DWINFolder = Get-Item -Path "$BuildTmpDir/$FirmwareFolderName"
45
$ZipContents += $DWINFolder
46
47
-$ZipContents | Compress-Archive -DestinationPath $OutputPath -CompressionLevel Optimal
+$ZipContents | Compress-Archive -DestinationPath $OutputPath -CompressionLevel Optimal -Verbose
48
49
# Done
50
Write-Host ""
0 commit comments