clickonce - Change build output type from .dll to .dll.deploy through MSBuild -


i writing script mimic behaviour of visual studio publish target clickonce applications. have got working except part build output executable , config files renamed ..deploy (e.g..exe.deploy).

when manually rename files (using ren command), warnings when generate application manifest - e.g

"lib.dll.deploy has mismatched identity 'lib', expected file name lib.deploy"

does know of way mimic behaviour when use ".deploy" file extension checked in visual studio?

i found post http://www.windowsdevelop.com/clickonce-setup--deployment-projects/clickonce-mage-tool-command-line-mageexe-11437.shtml helped me along finding solution.

basically, have rename application files .deploy extension after you've created application manifest before creating deployment manifest.

i found using mage.exe create deployment manifest leads other problems, ended using generatedeploymentmanifest msbuild task.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -