diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-24 19:16:02 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-24 19:16:02 +0300 |
commit | 7ab75a640d9296b3474d301e4d94566098dff633 (patch) | |
tree | 25b11eba40f53de06338b8074cc16a6a0a382abf /.appveyor | |
parent | split root .gitattributes (diff) | |
download | privilege-check-7ab75a640d9296b3474d301e4d94566098dff633.tar.gz privilege-check-7ab75a640d9296b3474d301e4d94566098dff633.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 8efd8e2..1b9c5db 100644 --- a/.appveyor/build.ps1 +++ b/.appveyor/build.ps1 @@ -82,6 +82,7 @@ function Build-ProjectAppVeyor { } finally { if (Test-AppVeyor) { cd $appveyor_cwd + Set-PSDebug -Off } } } |