Add Url and FallbackUrl in exception on Windows
This commit is contained in:
parent
e513384a65
commit
3e2462a699
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ Function Get-File {
|
||||||
Invoke-WebRequest -Uri $FallbackUrl -TimeoutSec $TimeoutSec
|
Invoke-WebRequest -Uri $FallbackUrl -TimeoutSec $TimeoutSec
|
||||||
}
|
}
|
||||||
} catch {
|
} catch {
|
||||||
throw "Failed to download the build"
|
throw "Failed to download the assets from $Url and $FallbackUrl"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue