What directory and file do I target to code sign my ClickOnce manifest and .application files?
# Signing ClickOnce Artifacts: Resolving Manifest Signing Errors in Multi-Version Deployments ## Summary Signing ClickOnce artifacts using the `sign` command failed because the target directory contained multiple versioned subfolders. The signing tool attempted to sign every `MyApp.exe.manifest` found across all versions, causing a duplicate file error. Root cause was incorrect path specification for the base … Read more