I am trying to automate my ClickOnce builds with MSBuild. My application is already prebuilt. All I need to do is to create deployment and application manifests with MSBuild to get ready for deployment.
I am using GenerateApplicationManifest and GenerateDeploymentManifest tasks in MSBuild, but my GenerateApplicationManifest has wrong relative file paths to application files.
Could anyone help me out with this? A link to an article, an example of a script would be really appreciated!
Thanks!