We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a61c26 commit e04ec0aCopy full SHA for e04ec0a
build/winsign/sign.ps1
@@ -91,7 +91,7 @@ function DownloadArtifacts($name) {
91
echo "Unzipping artifact to $outputPath"
92
Expand-Archive -Path $tempFile -DestinationPath $outputPath -Force
93
echo "Unzipped artifact to $outputPath"
94
- } -ArgumentList $tempFile, $outputPath -ErrorAction SilentlyContinue
+ } -ArgumentList $tempFile, $outputPath -Verbose -Debug
95
}
96
97
DownloadArtifacts arm64
0 commit comments