From 519cfa32e953802cade00190c89f5e2dc9a33746 Mon Sep 17 00:00:00 2001 From: Shyam Gupta Date: Wed, 8 Oct 2025 13:14:51 -0700 Subject: [PATCH] [release/8.0]: Add ConnectedPMEServiceName to build pipeline --- eng/pipelines/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/pipelines/build.yml b/eng/pipelines/build.yml index 5ca0821d300..ea37a7c43cd 100644 --- a/eng/pipelines/build.yml +++ b/eng/pipelines/build.yml @@ -62,6 +62,7 @@ jobs: signType: $(_SignType) zipSources: false feedSource: https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json + ConnectedPMEServiceName: 248d384a-b39b-46e3-8ad5-c2c210d5e7ca continueOnError: false condition: and(succeeded(), in(variables['_SignType'], 'real', 'test')) # NuGet's http cache lasts 30 minutes. If we're on a static machine, this may interfere with @@ -157,4 +158,4 @@ jobs: - template: /eng/pipelines/post-build.yml@self parameters: - name: ${{ parameters.name }} \ No newline at end of file + name: ${{ parameters.name }}