There were two assertion failures, yet the build was successful. The
behavior I'm looking for is for psake to halt execution when it
encounters the first assertion failure.
What's the best way to accomplish this? Should I wrap every call to
invoke-psake in code that checks if an error has occurred?