-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert SBOM Tool Main Build to 1ESPT #535
Conversation
I noticed that the structure of the published build artifacts is different between the two pipelines - the original puts all binaries in SBOMTool/bin, but the new YAML Pipeline separates the outputs into different directories by platform. Do we expect this to work with our current release pipeline, or will changes also be needed there? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #535 +/- ##
=======================================
Coverage 59.73% 59.73%
=======================================
Files 248 248
Lines 7572 7572
Branches 900 900
=======================================
Hits 4523 4523
Misses 2637 2637
Partials 412 412 ☔ View full report in Codecov by Sentry. |
Because of the way 1ESPT publishes artifacts we won't be able to publish all of the artifacts from all of the jobs to the same directory (see this failed run as an example). But we will need to update the release pipeline anyways with the following changes:
|
Successful test run: https://dev.azure.com/mseng/AzureDevOps/_build/results?buildId=27586716&view=results