I have a ClickOnce deployment of a desktop application. In the publishing tab of the build, I've set the "Auto increment on publish". The build for the publish uses the following parameters:
/target:publish /property:PublishDir=\\targetdir
However, the publish version doesn't increment. Is there a way to automate this?
I'm using Visual Studio 2012.