From c157d348291e6213b8a36b5b89fc27f61437db05 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 24 Aug 2019 19:02:27 +0300 Subject: AppVeyor: don't preserve Set-PSDebug --- .appveyor/build.ps1 | 1 + .appveyor/test.ps1 | 1 + 2 files changed, 2 insertions(+) diff --git a/.appveyor/build.ps1 b/.appveyor/build.ps1 index 3016b42..4e9a4c0 100644 --- a/.appveyor/build.ps1 +++ b/.appveyor/build.ps1 @@ -136,6 +136,7 @@ function Build-ProjectAppVeyor { } finally { if (Test-AppVeyor) { cd $appveyor_cwd + Set-PSDebug -Off } } } diff --git a/.appveyor/test.ps1 b/.appveyor/test.ps1 index 6eced27..92212b2 100644 --- a/.appveyor/test.ps1 +++ b/.appveyor/test.ps1 @@ -94,6 +94,7 @@ function Run-ProjectTestsAppVeyor { } finally { if (Test-AppVeyor) { cd $appveyor_cwd + Set-PSDebug -Off } } } -- cgit v1.2.3