I wrote a batch file that, when executed, creates a visual studio solution. The solution consists of several C # projects. For this I use the MSBuild utility. How can I stop the build if I continue to compile in any of the projects? How can I get error messages and display them on the command line?
batch-file command-prompt msbuild
Ananya
source share