more verbose windows ci info for debugging

Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
Travis Glenn Hansen 2022-05-05 13:36:12 -06:00
parent 99c11bccae
commit 52f6bd0f0a
1 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,13 @@
. "${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() {
Get-Job | Stop-Job
Get-Job | Remove-Job