Search Results

0
votes

Any clever way to launch a makefile in Visual Studio only if build succeeded?

Go to Project Properties. I assume you already have something in the "Post-Build event command line" box? There is a "Run the post-build event" combobox, set it to "On successful build". Is …