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.
1 parent c687022 commit 8139d66Copy full SHA for 8139d66
eng/pipelines/jobs/windows-build-PR.yml
@@ -43,7 +43,7 @@ jobs:
43
- template: /eng/common/templates/steps/enable-internal-sources.yml
44
45
- ${{ if ne(variables['System.TeamProject'], 'public') }}:
46
- - task: MicroBuildSigningPlugin@2
+ - task: MicroBuildSigningPlugin@4
47
displayName: Install MicroBuild plugin for Signing
48
inputs:
49
signType: $(SignType)
eng/pipelines/jobs/windows-build.yml
@@ -38,7 +38,7 @@ jobs:
38
steps:
39
- template: /eng/common/templates-official/steps/enable-internal-sources.yml
40
41
42
0 commit comments