Skip to content

Commit a4eb1e1

Browse files
authored
Enhance README with details on Azure DevOps code signing
Expanded explanation of code signing in Azure DevOps to include details about SignTool and Artifact Signing.
1 parent 2589d44 commit a4eb1e1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ Last updated: 2026-02-19
99

1010
----------
1111

12-
`In Azure DevOps, code signing is an automated pipeline step that runs after build, using a cloud‑hosted certificate where the private key never leaves Azure`
12+
`In Azure DevOps, code signing is an automated pipeline step that runs after build, using a cloud‑hosted certificate where the private key never leaves Azure`. The pipeline then uses SignTool + the Artifact Signing dlib to call the service endpoint associated with those resources.
1313

14+
> - “Trusted Signing” = service branding/experience
15+
> - “Microsoft.CodeSigning/*” = the deployable Azure resources you manage with Terraform/ARM.
1416
1517
<details>
1618
<summary><b>List of References </b> (Click to expand)</summary>

0 commit comments

Comments
 (0)