We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ec7c6 commit 2b44a21Copy full SHA for 2b44a21
1 file changed
eng/pipelines/build-all-lib.yml
@@ -21,9 +21,6 @@ parameters:
21
variables:
22
- template: /eng/pipelines/version.yml@self
23
24
- - name: SignType
25
- value: real
26
-
27
- name: TeamName
28
value: fluentui-blazor
29
@@ -69,7 +66,8 @@ extends:
69
66
mb:
70
67
signing:
71
68
enabled: true
72
- signType: $(SignType)
+ signType: real
+ signWithProd: true
73
zipSources: false
74
feedSource: https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json
75
env:
0 commit comments