diff --git a/test/test.ps1 b/test/test.ps1 index 83132a6..6046eb6 100644 --- a/test/test.ps1 +++ b/test/test.ps1 @@ -64,7 +64,10 @@ try { }catch { throw }finally { - Pop-Location "Listing test artifacts" | Write-Host + Push-Location "$(git rev-parse --show-toplevel)" git ls-files --others --exclude-standard + Pop-Location + + Pop-Location }