From 5b5f6e6c2d68a94df47fb0056eaadb35f12da0cc Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Sat, 24 Aug 2019 19:16:57 +0300
Subject: AppVeyor: don't preserve Set-PSDebug

---
 .appveyor/build.ps1 | 1 +
 1 file changed, 1 insertion(+)

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
         }
     }
 }
-- 
cgit v1.2.3