Skip to content

Commit 20574c2

Browse files
Merged PR 53559: fix microbuild add service connection id.
fix microbuild add service connection id. ---- #### AI description (iteration 1) #### PR Classification Bug fix addressing a missing service connection configuration in the microbuild pipeline. #### PR Summary This pull request updates the microbuild pipeline configuration to include the required service connection ID for artifact signing. - `eng/pipelines/jobs/prepare-signed-artifacts.yml`: Added the `ConnectedPMEServiceName` parameter with a specified UUID value. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
2 parents 0ea78ae + bbe622f commit 20574c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/pipelines/jobs/prepare-signed-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
signType: $(SignType)
2727
zipSources: false
2828
feedSource: https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json
29+
ConnectedPMEServiceName: 248d384a-b39b-46e3-8ad5-c2c210d5e7ca
2930
condition: and(succeeded(), in(variables['SignType'], 'real', 'test'))
3031
- task: DownloadBuildArtifacts@0
3132
displayName: Download IntermediateUnsignedArtifacts

0 commit comments

Comments
 (0)