File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments