erikest / SignClickOnce

Signs your ClickOnce application with SignTool and then signs the manifest with Mage, using a provided PFX certificate or the thumbprint of one already installed into the user's certificate store.
5 stars 3 forks source link

Script complains about missing $PublishPath parameter #1

Open almx opened 3 years ago

almx commented 3 years ago

The script complains about missing $PublishPath parameter, which is undocumented. What is this path supposed to be set to when running the script via a DevOps pipeline, performing the build on a self-hosted server with a TFS build agent?

erikest commented 3 years ago

publish path is the full path to the directory where the clickonce application was published (where the setup.exe, .application and /"Application Files" folder, etc are).