I\'m running msbuild from the command line with the following:
msbuild mysolution.sln -p:outputdir=c:\\mydir
When I run this, the outputdir is
I was able to configure OutDir for MSBuild command line. Please see my answer at the link below with the command. See my answer https://stackoverflow.com/a/26477048/1006422