MSBuild doesn't respect PublishUrl property for my ClickOnce app

后端 未结 4 1099
余生分开走
余生分开走 2020-12-08 14:46

I\'m trying to make a batch file to publish the few ClickOnce application we have in one click. I\'m using msbuild for that, and as an example the below command line shows h

4条回答
  •  悲哀的现实
    2020-12-08 15:32

    I'll put in my 2 cents, this syntax seems to work (right or wrong):

    /p:publishUrl="C:\\_\\Projects\\Samples\\artifacts\\Web\\"
    

提交回复
热议问题