diff options
Diffstat (limited to '.appveyor/test.ps1')
-rw-r--r-- | .appveyor/test.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor/test.ps1 b/.appveyor/test.ps1 index 6eced27..92212b2 100644 --- a/.appveyor/test.ps1 +++ b/.appveyor/test.ps1 @@ -94,6 +94,7 @@ function Run-ProjectTestsAppVeyor { } finally { if (Test-AppVeyor) { cd $appveyor_cwd + Set-PSDebug -Off } } } |