Trying an idea to see if this will display the AppVeyor error since I cannot reproduce it locally.

This commit is contained in:
Mike Richmond 2016-08-09 13:57:33 -07:00
parent ca307e7c95
commit 06c4d7e01f

View file

@ -34,7 +34,7 @@ build_script:
test_script:
- ps: |
# fail tests execution, if any PS error detected
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Continue'
#
# CoreCLR
$env:CoreOutput = Split-Path -Parent (Get-PSOutput -Options (New-PSOptions -Publish))