MSBuild is not generating publish web page (ClickOnce)
问题 I am facing a problem that when I publish my ClickOnce application through MSBuild (4.0), the publish.htm (or default.htm) isn't created in the app.publish folder. When publishing through Visual Studio, it gets crated... In my .csproj file I have the following properties set, and it still not working... <CreateWebPageOnPublish>true</CreateWebPageOnPublish> <WebPage>default.htm</WebPage> Any ideas? Thanks 回答1: I found a good solution here. You can use a template for publish.htm with {VERSION}