From 52f6bd0f0a044af3f2aec71621bb428ee4ddeb95 Mon Sep 17 00:00:00 2001 From: Travis Glenn Hansen Date: Thu, 5 May 2022 13:36:12 -0600 Subject: [PATCH] more verbose windows ci info for debugging Signed-off-by: Travis Glenn Hansen --- ci/bin/run.ps1 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ci/bin/run.ps1 b/ci/bin/run.ps1 index 98beeaa..fd6e165 100644 --- a/ci/bin/run.ps1 +++ b/ci/bin/run.ps1 @@ -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