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
You should use OutputPath and more important you should use the right syntax :
OutputPath
msbuild mysolution.sln /p:OutputPath=c:\mydir