Skip to content

Commit d06c2d6

Browse files
authored
fix: workload module script signing in pwsh at 17:20:16 (#3443)
closes #2614 #2527 #3418 adds code signing to custom scripts for Identity Management and Unprotect-SecureString
1 parent ed07f6e commit d06c2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/generation-templates/workload-modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ steps:
5656
- template: ../common-templates/esrp/codesign.yml
5757
parameters:
5858
FolderPath: "$(System.DefaultWorkingDirectory)/src"
59-
Pattern: "Microsoft.Graph.*.private.dll, Microsoft.Graph.*.psm1, Microsoft.Graph.*.psd1, Microsoft.Graph.*.format.ps1xml, ProxyCmdletDefinitions.ps1, load-dependency.ps1"
59+
Pattern: "Microsoft.Graph.*.private.dll, Microsoft.Graph.*.psm1, Microsoft.Graph.*.psd1, Microsoft.Graph.*.format.ps1xml, ProxyCmdletDefinitions.ps1, load-dependency.ps1, Unprotect-SecureString.ps1, *-Mg*EntitlementManagement*.ps1"
6060

6161
- task: PowerShell@2
6262
displayName: "Validate Authenticode Signature"

0 commit comments

Comments
 (0)