I\'m using Visual Studio 2008 SP1.
I have a Windows Forms application deployed internally using ClickOnce in a shared folder on the local network.
The test c
In my case, using Azure DevOps Pipelines, the project setting that generates the manifests got accidentally set to false somehow. I noticed it while comparing source control history versions of the project file. My fix was to manually (re)insert this property group into the csproj project file:
true