From 7ab75a640d9296b3474d301e4d94566098dff633 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 24 Aug 2019 19:16:02 +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 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 } } } -- cgit v1.2.3