File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -137,17 +137,17 @@ stages:
137
137
version : $(tfxVersion)
138
138
checkLatest : true
139
139
140
- - task : AzureCLI@2
141
- displayName : ' Authenticate with Service Principal'
142
- inputs :
143
- azureSubscription : ' azure-devops-marketplace'
144
- scriptType : ' pscore'
145
- scriptLocation : ' inlineScript'
146
- useGlobalConfig : true
147
- inlineScript : |
148
- $accessToken = az account get-access-token --resource 499b84ac-1321-427f-aa17-267ca6975798 --query "accessToken" --output tsv
149
- write-host "##vso[task.setsecret]$accessToken"
150
- write-host "##vso[task.setendpoint id=$env:MARKETPLACESERVICECONNECTION;field=authParameter;key=password]$accessToken"
140
+ # - task: AzureCLI@2
141
+ # displayName: 'Authenticate with Service Principal'
142
+ # inputs:
143
+ # azureSubscription: 'azure-devops-marketplace'
144
+ # scriptType: 'pscore'
145
+ # scriptLocation: 'inlineScript'
146
+ # useGlobalConfig: true
147
+ # inlineScript: |
148
+ # $accessToken = az account get-access-token --resource 499b84ac-1321-427f-aa17-267ca6975798 --query "accessToken" --output tsv
149
+ # write-host "##vso[task.setsecret]$accessToken"
150
+ # write-host "##vso[task.setendpoint id=$env:MARKETPLACESERVICECONNECTION;field=authParameter;key=password]$accessToken"
151
151
152
152
- task : PublishAzureDevOpsExtension@5
153
153
name : ' publishDev'
You can’t perform that action at this time.
0 commit comments