-
-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
Description
I have a windows batch script and also a powershelI script, both running during a solution pre-build event. These scripts are responsible for checking some pre-conditions before proceeding with the solution build.
In some cases were these conditions are not satisfied, I would like to stop/block the build process and show an error on Visual Studio's Output Window.
I've been trying hard to find the right scripting commands for vsSolutionBuildEvent, but no success yet... Would you please tell me if that is possible to achieve, and which commands/settings should I use for that?
Reactions are currently unavailable