Skip to content

Commit 7c5b2c7

Browse files
authored
Merge pull request #72 from microsoft/users/tevinstanley/upgradetopmerequirement
moving to use pme signing requirement, as well as triggering signing …
2 parents 6b11707 + 6d31f71 commit 7c5b2c7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

azure-pipelines/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
zipSources: false
119119
${{ if parameters.RealSign }}:
120120
signType: real
121+
signWithProd: true
121122
${{ else }}:
122123
signType: test
123124
sbom:

azure-pipelines/official.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
trigger: none # We only want to trigger manually or based on a schedule
1+
trigger:
2+
branches:
3+
include:
4+
- main
25
pr: none
36
#schedules:
47
#- cron: "0 3 * * *" # Daily @ 8 PM PST

0 commit comments

Comments
 (0)