Since I need to launch a release build after every debug build I'd like to have it scripted. Is there any way in VS2015 to force a release build after a debug one?
Asked
Active
Viewed 85 times
2
-
check: http://stackoverflow.com/a/34063/4610605 and add this to your `PostBuild-Events` in the section `BuildEvents` of your project properties. – Felix D. Jan 13 '17 at 10:06