lukasz-pyrzyk / XGain

TCP/IP server based on the top of TcpListener and TPL
Other
7 stars 1 forks source link

Check if all build scripts have LastExitCode #7

Closed lukasz-pyrzyk closed 8 years ago

lukasz-pyrzyk commented 8 years ago

Set build as failed if any error occurred

if($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode ) }