I have a multi project solution in Visual Studio 2008. I just added a new Configuration called Release-VersionIncrement to the solution, specifying \"use release\" configura
I had the same problem when I used MSBuild first. My solution is: use the OutputPath property definitely. Like this:
msbuild XXX.csproj /p:OutputPath=bin\Debug.