Skip to content

Commit c1f4f03

Browse files
authored
[release/8.0]: Add ConnectedPMEServiceName to build pipeline (#13946)
Required for MicroBuild Signing task in CI Builds. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/winforms/pull/13946)
2 parents cf6fcfd + 519cfa3 commit c1f4f03

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

eng/pipelines/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
signType: $(_SignType)
6363
zipSources: false
6464
feedSource: https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json
65+
ConnectedPMEServiceName: 248d384a-b39b-46e3-8ad5-c2c210d5e7ca
6566
continueOnError: false
6667
condition: and(succeeded(), in(variables['_SignType'], 'real', 'test'))
6768
# NuGet's http cache lasts 30 minutes. If we're on a static machine, this may interfere with
@@ -157,4 +158,4 @@ jobs:
157158

158159
- template: /eng/pipelines/post-build.yml@self
159160
parameters:
160-
name: ${{ parameters.name }}
161+
name: ${{ parameters.name }}

0 commit comments

Comments
 (0)