Skip to content

Commit

Permalink
Fixed: unhandled errors don't fail the Whiskey build.
Browse files Browse the repository at this point in the history
  • Loading branch information
splatteredbits committed Nov 22, 2019
1 parent 577f635 commit 4f4187d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f4187d

Please sign in to comment.