So up until this point I have been using an updater I wrote for deployment across my company network. Enough people have asked me to switch to a clickonce updater so I am looking into it now. These are the steps I took to implement it.
- Removed my update logic from the solution
- Published my app and pointed the update path to a fully qualified shared network location
- Installed my app
- Ran my app
- Changed the Assembly version and file version in the solution
- Published the new version to the update path
- Attempted to start app but didn't get a prompt to update.
What am I missing?