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

This reverts commit 06c4d7e01f to undo an
appveyor expiriment.
This commit is contained in:
Mike Richmond 2016-08-09 15:27:39 -07:00
parent 063fd9c8f6
commit fd489544df

View file

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