From 02fb48ea67a32e78802271bf2ba074602eac4709 Mon Sep 17 00:00:00 2001 From: Justin Grote Date: Mon, 9 Aug 2021 09:35:36 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=205.1=20Compatibility:=20Do=20not?= =?UTF-8?q?=20use=20ActionPreference=20Ignore=20in=20PesterInterface.ps1?= =?UTF-8?q?=20(#16)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/PesterInterface.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Scripts/PesterInterface.ps1 b/Scripts/PesterInterface.ps1 index 0c4f073b..052c611d 100644 --- a/Scripts/PesterInterface.ps1 +++ b/Scripts/PesterInterface.ps1 @@ -22,9 +22,9 @@ param( [String]$Verbosity ) -$VerbosePreference = 'Ignore' -$WarningPreference = 'Ignore' -$DebugPreference = 'Ignore' +$VerbosePreference = 'SilentlyContinue' +$WarningPreference = 'SilentlyContinue' +$DebugPreference = 'SilentlyContinue' #region Functions # Maps pester result status to vscode result status