Skip to content

Commit a79c9cf

Browse files
committed
temporarily use pmeservice name on non-ci
1 parent 282a38e commit a79c9cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-pipelines/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
azureSubscription: 'MicroBuild Signing Task (DevDiv)'
5555
# ConnectedPMEServiceName is only required for CI builds. Windows has a different pme service name from non-windows.
5656
# THis service name is dependent on the AzDo org as well.
57-
${{ if eq(variables['Build.Reason'], 'IndividualCI') }}:
58-
${{ if ne(parameters.platform, 'windows') }}:
59-
ConnectedPMEServiceName: c24de2a5-cc7a-493d-95e4-8e5ff5cad2bc
60-
${{ else }}:
61-
ConnectedPMEServiceName: 248d384a-b39b-46e3-8ad5-c2c210d5e7ca
57+
#${{ if eq(variables['Build.Reason'], 'IndividualCI') }}:
58+
${{ if ne(parameters.platform, 'windows') }}:
59+
ConnectedPMEServiceName: c24de2a5-cc7a-493d-95e4-8e5ff5cad2bc
60+
${{ else }}:
61+
ConnectedPMEServiceName: 248d384a-b39b-46e3-8ad5-c2c210d5e7ca
6262
env:
6363
SignType: $(signType)
6464
TeamName: $(teamName)

0 commit comments

Comments
 (0)