Reputation: 261
Is is possible to add a file to after a ClickOnce has been published? I need to add and extra file and I would like to avoid publishing it again.
Thanks!
Upvotes: 0
Views: 100
Reputation: 261
The solution I have adopted for now is to use MageUi to regenerate the manifests. Even if this is almost the same of publish again from Visual Studio, this allow me to republish without changing anything in the origial solution.
Upvotes: 0
Reputation: 12938
No, you can't add a file without republishing. Add your file, build, and republish a new version. That's the advantage of using ClickOnce, easy updates.
Upvotes: 1