Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Publish ClickOnce app with MSBuild

I need a way to use MSBuild to publish a ClickOnce App to multiple PublishDir(s). I have four environment (dev, qa, model, prod) and need to generate seperate ClickOnce PublishDir(s) for each because the config files are different. One of the main issues is that MSBuild doesn't create a publish.htm file. Any help would be appreciated.

like image 795
Jeremy E Avatar asked Jun 11 '09 19:06

Jeremy E


1 Answers

I just blogged an answer to the publish.html problem, in the next couple of days I'll blog about the multiple environment issue.

http://wallism.wordpress.com/2009/12/08/clickonce-creating-publish-page-from-msbuild/

like image 148
Mark Avatar answered Oct 04 '22 20:10

Mark