Home / Blog
ClickOnce signing from Azure DevOps via Azure Key Vault

ClickOnce signing from Azure DevOps via Azure Key Vault

To publish a WPF application from a CI DevOps pipeline I needed a command line tool to sign ClickOnce manifests and executables. The certificate is an EV Code Signing Certificate stored in an Azure Key Vault. After some research I found tools to sign executables, but no tools to sign the ClickOnce manifest files.

I made a solution combining an open source tool AzureSignTool and the Microsoft ClickOnce Mage tool to sign manifest files. The result is a command line AzureSignToolClickOnce.exe tool to do all the tasks. 

lees meer..
Disable Visual Studio 2022 IIS security attach warning

Disable Visual Studio 2022 IIS security attach warning

Running Visual Studio as administrator is needed to host your web project in IIS. Everytime the debugger is started the "Attach Security Warning" confirmation dialog appears. Modify the registry to disable this.

lees meer..
Cleaning Up Git Branches in Azure DevOps

Cleaning Up Git Branches in Azure DevOps

Cleaning up Git branches is needed from time to time to keep the workspace organised.

lees meer..
How to switch the active PostgreSQL cluster

How to switch the active PostgreSQL cluster

A how to of switching the active PostgreSQL cluster version to make it bind to port 5432.

lees meer..

Contact