File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ steps:
188188 resourceType : serviceconnection
189189 serviceConnection : $(ACN_TEST_SERVICE_CONNECTION)
190190 inputs :
191- serviceConnectionName : $(ACNCI_BUILDUSER_SERVICECONNECTION_NAME )
191+ serviceConnectionId : $(ACNCI_BUILDUSER_SERVICECONNECTION_ID )
192192 resourceGroupName : $(resourcegroups.ACNCI_BUILD_RESOURCEGROUP)
193193 buildTagDefinitionIdKey : $(ACNCI_BUILDTAG_DEFINITIONID)
194194 buildTagCreatedByAppIdKey : $(ACNCI_BUILDTAG_CREATEDBYAPPID)
Original file line number Diff line number Diff line change 5858 ${{ elseif eq(parameters.resourceType, 'serviceconnection') }} :
5959 # Allows use of az devops commands
6060 AZURE_DEVOPS_EXT_PAT : $(System.AccessToken)
61- SERVICECONNECTION_NAME : ${{ parameters.inputs.serviceConnectionName }}
61+ SERVICECONNECTION_ID : ${{ parameters.inputs.serviceConnectionId }}
6262
6363 inputs :
6464 azureSubscription : ${{ parameters.serviceConnection }}
You can’t perform that action at this time.
0 commit comments