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