SharpeRAD / Cake.Powershell

Powershell addin for Cake
http://cakebuild.net
MIT License
83 stars 36 forks source link

Powershell Commands that fail do not fail Cake Task Fix for #37 #46

Closed hmvs closed 6 years ago

hmvs commented 6 years ago

Fix for issue #37 Wee need to anounce that it is breaking change. (Some builds may fail after that change). To opt-out from this change is to pass new PowershellSettings() { ExceptionOnScriptError = false }

SharpeRAD commented 6 years ago

Looks good 👍