more verbose windows ci info for debugging
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
99c11bccae
commit
52f6bd0f0a
|
|
@ -10,6 +10,13 @@
|
||||||
|
|
||||||
. "${PSScriptRoot}\helper.ps1"
|
. "${PSScriptRoot}\helper.ps1"
|
||||||
|
|
||||||
|
Write-Output "current user"
|
||||||
|
whoami
|
||||||
|
Write-Output "current working directory"
|
||||||
|
(Get-Location).Path
|
||||||
|
Write-Output "current PATH"
|
||||||
|
$Env:PATH
|
||||||
|
|
||||||
function Job-Cleanup() {
|
function Job-Cleanup() {
|
||||||
Get-Job | Stop-Job
|
Get-Job | Stop-Job
|
||||||
Get-Job | Remove-Job
|
Get-Job | Remove-Job
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue