diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-24 19:14:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-24 19:14:28 +0300 |
commit | 1f96bec9cfcb37e8e4bb7fd7e7fbd6089fae476c (patch) | |
tree | feee53fe87fa92a877b97786b55d9153916a0664 /.appveyor | |
parent | split root .gitattributes (diff) | |
download | winapi-debug-1f96bec9cfcb37e8e4bb7fd7e7fbd6089fae476c.tar.gz winapi-debug-1f96bec9cfcb37e8e4bb7fd7e7fbd6089fae476c.zip |
AppVeyor: don't preserve Set-PSDebug
Diffstat (limited to '.appveyor')
-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 a193909..d285c8f 100644 --- a/.appveyor/build.ps1 +++ b/.appveyor/build.ps1 @@ -125,6 +125,7 @@ function Build-ProjectAppVeyor { } finally { if (Test-AppVeyor) { cd $appveyor_cwd + Set-PSDebug -Off } } } |