We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b11707 + 6d31f71 commit 7c5b2c7Copy full SHA for 7c5b2c7
azure-pipelines/build.yml
@@ -118,6 +118,7 @@ jobs:
118
zipSources: false
119
${{ if parameters.RealSign }}:
120
signType: real
121
+ signWithProd: true
122
${{ else }}:
123
signType: test
124
sbom:
azure-pipelines/official.yml
@@ -1,4 +1,7 @@
1
-trigger: none # We only want to trigger manually or based on a schedule
+trigger:
2
+ branches:
3
+ include:
4
+ - main
5
pr: none
6
#schedules:
7
#- cron: "0 3 * * *" # Daily @ 8 PM PST
0 commit comments