diff --git a/azure-pipelines/build.yml b/azure-pipelines/build.yml index 3eb3ebe4..e9bae919 100644 --- a/azure-pipelines/build.yml +++ b/azure-pipelines/build.yml @@ -118,6 +118,7 @@ jobs: zipSources: false ${{ if parameters.RealSign }}: signType: real + signWithProd: true ${{ else }}: signType: test sbom: diff --git a/azure-pipelines/official.yml b/azure-pipelines/official.yml index 6d7c0213..939da7fc 100644 --- a/azure-pipelines/official.yml +++ b/azure-pipelines/official.yml @@ -1,4 +1,7 @@ -trigger: none # We only want to trigger manually or based on a schedule +trigger: + branches: + include: + - main pr: none #schedules: #- cron: "0 3 * * *" # Daily @ 8 PM PST