I created a configuration named Test via Visual Studio which currently just takes all of DEBUG settings, however I employ compiler conditions to determine some specific acti
Normally what I do to have Release and Debug both build from a single MSBuild script is:
Debug;Release
Then add this but of MSBuild secret sauce:
And then for each target do something like this: