From fd489544dfa37fb733269213ead925f85140687d Mon Sep 17 00:00:00 2001 From: Mike Richmond Date: Tue, 9 Aug 2016 15:27:39 -0700 Subject: [PATCH] Revert "Trying an idea to see if this will display the AppVeyor error since I cannot reproduce it locally." This reverts commit 06c4d7e01fa7001d455380939977e477e01d4334 to undo an appveyor expiriment. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e0807a543..6caea8428 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,7 +34,7 @@ build_script: test_script: - ps: | # fail tests execution, if any PS error detected - $ErrorActionPreference = 'Continue' + $ErrorActionPreference = 'Stop' # # CoreCLR $env:CoreOutput = Split-Path -Parent (Get-PSOutput -Options (New-PSOptions -Publish))