Skip to content

Commit d14db82

Browse files
authored
[ci] Run Codesign Verify task against new MSI folder (#8226)
Fixes the codesign validation task to run against all of the outputs of the workload MSI generation task.
1 parent 5a6e01e commit d14db82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,9 @@ stages:
470470
- task: MicroBuildCodesignVerify@3
471471
displayName: verify signed msi content
472472
inputs:
473-
TargetFolders: $(Build.StagingDirectory)\bin\manifests
473+
TargetFolders: |
474+
$(Build.ArtifactStagingDirectory)\bin\manifests
475+
$(Build.ArtifactStagingDirectory)\bin\manifests-multitarget
474476
ExcludeSNVerify: true
475477
ApprovalListPathForCerts: $(Build.StagingDirectory)\sign-verify\SignVerifyIgnore.txt
476478

0 commit comments

Comments
 (0)