msbuild -p:outputdir=c:\mydir being ignored

后端 未结 4 863
星月不相逢
星月不相逢 2021-02-03 17:05

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

4条回答
  •  故里飘歌
    2021-02-03 18:01

    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

提交回复
热议问题