Skip to content

Commit b0921fd

Browse files
committed
ci(appveyor): output php.zip content on error
1 parent 5def10d commit b0921fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

appveyor-install.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ catch [System.Net.WebException] {
2222
}
2323
7z e php.zip -ophp
2424
if ($LASTEXITCODE -ne 0) {
25+
Get-Content php.zip
2526
throw "7zip exited with $LASTEXITCODE"
2627
}
2728
Rename-Item .\php\php.ini-development php.ini

0 commit comments

Comments
 (0)