Closed fritogotlayed closed 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.
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.