Skip to content

Commit 2b44a21

Browse files
committed
Update pipeline for real signing with PME enforcement
1 parent d3ec7c6 commit 2b44a21

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

eng/pipelines/build-all-lib.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ parameters:
2121
variables:
2222
- template: /eng/pipelines/version.yml@self
2323

24-
- name: SignType
25-
value: real
26-
2724
- name: TeamName
2825
value: fluentui-blazor
2926

@@ -69,7 +66,8 @@ extends:
6966
mb:
7067
signing:
7168
enabled: true
72-
signType: $(SignType)
69+
signType: real
70+
signWithProd: true
7371
zipSources: false
7472
feedSource: https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json
7573
env:

0 commit comments

Comments
 (0)