DUWS-R-Team / DUWS-R

ArmA 3 Dynamic Universal War System - Rebirth
42 stars 18 forks source link

Fix deployLocalBuild and removeLocalBuild to not continue during failure #38

Closed fritogotlayed closed 9 years ago

fritogotlayed commented 9 years ago

Fix deployLocalBuild and removeLocalBuild powershell scripts to not continue during a failure

$ErrorActionPreference = "Stop"

EXPECTED OUTCOME Add the above code snippet to the tops of the two files and test to make sure it resolves the issue.