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
For me, the soultion was to escape the path.
Instead of:
/p:PublishUrl="C:\Apps\"
Put:
/p:PublishUrl="C:\\Apps\\"