After updating VS To 17.6.4, not publishing to configured folder
I just updated to version 17.6.4 from 17.3.x and since the update, I am unable to successfully run any of my ClickOnce publish profiles.
For whatever reason, even though I haven't changed any of my publish locations, when running a Clickonce publish, it keep trying to output to the Release folder and then fails saying that the version already exists and when I click Overwrite or cancel, it fails with Failed to publish 'MyApp.application' [0x80004005];
I had no issues before updating. I published two apps this morning then had to update due to an issue with Visual Studio and now I can't publish anything.
I tried re-saving the Publish Location but that didn't work. I tried multiple publish profiles that I have and they all do the same thing. One of the profiles runs without error but doesn't put all of the files in the publish folder, just the Application Files folder setup and the MyApp.application but many of the files get put in the bin/Release/net6.0 folder.
Again, it was working perfectly until the update.