aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-08-24 19:16:57 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-08-24 19:16:57 +0300
commit5b5f6e6c2d68a94df47fb0056eaadb35f12da0cc (patch)
tree0731c37f9b7b791f8386bd9f1c2f79732540f71e
parentsplit root .gitattributes (diff)
downloadwindows-env-5b5f6e6c2d68a94df47fb0056eaadb35f12da0cc.tar.gz
windows-env-5b5f6e6c2d68a94df47fb0056eaadb35f12da0cc.zip
AppVeyor: don't preserve Set-PSDebug
Diffstat (limited to '')
-rw-r--r--.appveyor/build.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor/build.ps1 b/.appveyor/build.ps1
index 54a4516..62e5082 100644
--- a/.appveyor/build.ps1
+++ b/.appveyor/build.ps1
@@ -76,6 +76,7 @@ function Build-ProjectAppVeyor {
} finally {
if (Test-AppVeyor) {
cd $appveyor_cwd
+ Set-PSDebug -Off
}
}
}