Commit 3bc06ca
authored
[0.72] Disable SBOM signing on CI/PRs
Backports #11657 to 0.72.
## Description
Our SBOM manifests can only be signed when running pipelines in the internal ADO for publishing official builds. This PR changes the config not not sign the manifests for PR/CI.
### Type of Change
- Bug fix (non-breaking change which fixes an issue)
### Why
Unblock PRs.
### What
Added variable to only enable signing when on the right ADO instance.
## Screenshots
N/A
## Testing
N/A
main1 parent 5d17894 commit 3bc06ca
File tree
1 file changed
+3
-0
lines changed- .ado/variables
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
0 commit comments