Skip to content

Commit

Permalink
Build not failing when an error occurs.
Browse files Browse the repository at this point in the history
  • Loading branch information
splatteredbits committed Nov 22, 2019
1 parent 577f635 commit 9f5fa73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Whiskey/Functions/Resolve-WhiskeyPowerShellModule.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ function Resolve-WhiskeyPowerShellModule
Write-WhiskeyDebug -Message (' END')
}

Write-WhiskeyVerbose -Message ('ErrorActionPreference {0}' -f $ErrorActionPreference)
Import-WhiskeyPowerShellModule -Name 'PackageManagement','PowerShellGet' `
-PSModulesRoot (Join-Path -Path $BuildRoot -ChildPath $psModulesDirectoryName)

Expand Down

0 comments on commit 9f5fa73

Please sign in to comment.