aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.appveyor/build.ps11
-rw-r--r--.appveyor/test.ps11
2 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor/build.ps1 b/.appveyor/build.ps1
index 3016b42..4e9a4c0 100644
--- a/.appveyor/build.ps1
+++ b/.appveyor/build.ps1
@@ -136,6 +136,7 @@ function Build-ProjectAppVeyor {
} finally {
if (Test-AppVeyor) {
cd $appveyor_cwd
+ Set-PSDebug -Off
}
}
}
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
}
}
}