You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[0.79] Disable SBOM in Non-Production ADO Pipelines (#14776)
This PR backports PR #14775 to RNW 0.79.
## Description
This removes the creation of SBOM manifests in our CI/PR pipelines, as it is no longer possible to create them unsigned.
### Type of Change
- Bug fix (non-breaking change which fixes an issue)
### Why
Our non-production ADO pipelines (CI/PR) do not need to create SBOMS, but we were doing so anyway. But since they didn't have permission to sign the SBOMs, we disabled that and create unsigned ones instead. This no longer works, and so all CI/PR are failing, blocking all codeflow.
Closes#14774
### What
Removed SBOM tasks that ran in CI/PR.
## Screenshots
N/A
## Testing
N/A
## Changelog
Should this change be included in the release notes: _no_
0 commit comments