From 4f4187dad783c9a50380df4d2a5e0d93fda0fea8 Mon Sep 17 00:00:00 2001 From: Aaron Jensen Date: Fri, 22 Nov 2019 11:33:05 -0800 Subject: [PATCH] Fixed: unhandled errors don't fail the Whiskey build. --- build.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.ps1 b/build.ps1 index e790065d..a8ad88cd 100644 --- a/build.ps1 +++ b/build.ps1 @@ -199,8 +199,6 @@ foreach( $assembly in (Get-ChildItem -Path $whiskeyOutBinPath -Filter '*.dll') ) Copy-Item -Path $assembly.FullName -Destination $whiskeyBinPath } -$ErrorActionPreference = 'Continue' - & (Join-Path -Path $PSScriptRoot -ChildPath 'Whiskey\Import-Whiskey.ps1' -Resolve) $configPath = Join-Path -Path $PSScriptRoot -ChildPath 'whiskey.yml' -Resolve