SharkCagey / SharkCage

1 stars 3 forks source link

Prevent opening powershell if build fails #28

Closed SailReal closed 6 years ago

DonatJR commented 6 years ago

Stopping build after one project fails is not as easy as it sounds: projects are by default built in parallel and VS does not support parallel builds and aborting on first build failure in conjunction. I'm experimenting with making the powershell script the startup project for the solution and then only trigger it on Run instead of on Build

DonatJR commented 6 years ago

done with #37