Skip to content

Commit

Permalink
[ci] Run Codesign Verify task against new MSI folder (#8226)
Browse files Browse the repository at this point in the history
Fixes the codesign validation task to run against all of the outputs of
the workload MSI generation task.
  • Loading branch information
pjcollins authored Jul 31, 2023
1 parent 5a6e01e commit d14db82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,9 @@ stages:
- task: MicroBuildCodesignVerify@3
displayName: verify signed msi content
inputs:
TargetFolders: $(Build.StagingDirectory)\bin\manifests
TargetFolders: |
$(Build.ArtifactStagingDirectory)\bin\manifests
$(Build.ArtifactStagingDirectory)\bin\manifests-multitarget
ExcludeSNVerify: true
ApprovalListPathForCerts: $(Build.StagingDirectory)\sign-verify\SignVerifyIgnore.txt

Expand Down

0 comments on commit d14db82

Please sign in to comment.