mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
Update images/windows/scripts/helpers/InstallHelpers.ps1
This commit is contained in:
@@ -121,10 +121,6 @@ function Install-Binary {
|
||||
Write-Host "Installation successful in $installCompleteTime seconds. Reboot is required."
|
||||
} else {
|
||||
Write-Host "Installation process returned unexpected exit code: $exitCode"
|
||||
Write-Host "Standard Output:"
|
||||
Write-Host $process.StandardOutput.ReadToEnd()
|
||||
Write-Host "Standard Error:"
|
||||
Write-Host $process.StandardError.ReadToEnd()
|
||||
Write-Host "Time elapsed: $installCompleteTime seconds"
|
||||
exit $exitCode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user