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 e1d0f32 + 5764971 commit daf7087Copy full SHA for daf7087
eng/pipelines/build-PR.yml
@@ -47,7 +47,7 @@ jobs:
47
- template: /eng/common/templates/steps/enable-internal-runtimes.yml
48
49
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
50
- - task: MicroBuildSigningPlugin@2
+ - task: MicroBuildSigningPlugin@4
51
displayName: Install MicroBuild plugin for Signing
52
inputs:
53
signType: $(_SignType)
eng/pipelines/build.yml
@@ -51,7 +51,7 @@ jobs:
- template: /eng/common/templates-official/steps/enable-internal-sources.yml
- template: /eng/common/templates-official/steps/enable-internal-runtimes.yml
54
55
56
57
0 commit comments