Skip to content

Commit 7527324

Browse files
authored
[release/dev17.12] Update yml to support new signing requirements (#80087)
Backport of #80073 to release/dev17.12 /cc @dibarbet @shyamnamboodiripad ## Customer Impact ## Regression - [ ] Yes - [ ] No [If yes, specify when the regression was introduced. Provide the PR or commit if known.] ## Testing [How was the fix verified? How was the issue missed previously? What tests were added?] ## Risk [High/Medium/Low. Justify the indication by mentioning how risks were measured and addressed.]
2 parents c216ec2 + c5c7d0c commit 7527324

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines-official.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,9 @@ extends:
279279
signType: $(SignType)
280280
zipSources: false
281281
feedSource: https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json
282+
# Set ConnectedPMEServiceName if the build is a CI build, otherwise it is not needed
283+
${{ if eq(variables['Build.Reason'], 'IndividualCI') }}:
284+
ConnectedPMEServiceName: 248d384a-b39b-46e3-8ad5-c2c210d5e7ca
282285
condition: and(succeeded(), in(variables['SignType'], 'test', 'real'))
283286

284287
- task: PowerShell@2

0 commit comments

Comments
 (0)