You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function wraps AzureSignTool to sign files using Azure Key Vault. It supports different verbosity levels and allows for application authentication.
7
+
More information for AzureSignTool can be found here: https://github.com/vcsjones/AzureSignTool
8
+
Examples for using AzureSignTool directly for pipelines can be found here: https://github.com/vcsjones/AzureSignTool/blob/main/WALKTHROUGH.md
9
+
10
+
.PARAMETERDescription
11
+
The description to be embedded in the signed file.
12
+
13
+
.PARAMETERTargetFile
14
+
The path of one or more files to be signed.
15
+
16
+
.PARAMETERCertFile
17
+
The name of the certificate in Azure Key Vault to use for signing.
18
+
19
+
.PARAMETERSignSecret
20
+
The secret associated with the Azure Key Vault.
21
+
22
+
.PARAMETERVerbosity
23
+
Controls the verbosity level of the output. Valid values are 0, 1, or 2.
24
+
25
+
.PARAMETERApplicationId
26
+
The GUID of the Azure application to be authenticated. Default value is the ID of rg-devops-prod
27
+
28
+
.PARAMETERDirectoryId
29
+
The GUID of the Azure directory for the application. Default value is the directory of rg-devops-prod
0 commit comments