Skip to content

Commit

Permalink
[CI] Verify the notarized pkgs. (#11677)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored May 26, 2021
1 parent 90c9593 commit 9d97d43
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,11 @@ steps:

- pwsh: $(Build.SourcesDirectory)/release-scripts/notarize.ps1 -FolderForApps $(Build.SourcesDirectory)/package/notarized
displayName: 'ESRP notarizing packages'

- pwsh: |
$notarizedRoot = $(Build.SourcesDirectory)/package/notarized
Get-ChildItem -Path $notarizedRoot -Filter *.pkg -Recurse -File | ForEach-Object {
Write-Host "pkgutil --check-signature $($_.FullName)"
pkgutil --check-signature $_.FullName
}
displayName: 'Verify ESRP notarization'

1 comment on commit 9d97d43

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on Build (no summary found). 🔥

Result file $(TEST_SUMMARY_PATH) not found.

Pipeline on Agent
[CI] Verify the notarized pkgs. (#11677)

Please sign in to comment.