diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-24 19:16:57 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-24 19:16:57 +0300 |
commit | 5b5f6e6c2d68a94df47fb0056eaadb35f12da0cc (patch) | |
tree | 0731c37f9b7b791f8386bd9f1c2f79732540f71e /.appveyor | |
parent | split root .gitattributes (diff) | |
download | windows-env-5b5f6e6c2d68a94df47fb0056eaadb35f12da0cc.tar.gz windows-env-5b5f6e6c2d68a94df47fb0056eaadb35f12da0cc.zip |
AppVeyor: don't preserve Set-PSDebug
Diffstat (limited to '')
-rw-r--r-- | .appveyor/build.ps1 | 1 |
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 } } } |