We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bcf8e commit 2190f17Copy full SHA for 2190f17
azure-pipelines.yml
@@ -149,11 +149,11 @@ stages:
149
write-host "##vso[task.setsecret]$accessToken"
150
write-host "##vso[task.setendpoint id=$env:MARKETPLACESERVICECONNECTION;field=authParameter;key=password]$accessToken"
151
152
- - task: PublishAzureDevOpsExtension@4
+ - task: PublishAzureDevOpsExtension@5
153
name: 'publishDev'
154
inputs:
155
- connectTo: 'VsTeam'
156
- connectedServiceName: '$(marketplaceServiceConnection)'
+ connectTo: 'AzureRM'
+ connectedServiceNameAzureRM: 'azure-devops-marketplace'
157
fileType: 'vsix'
158
vsixFile: '$(Pipeline.Workspace)/vsix/$(extensionId).vsix'
159
publisherId: 'jessehouwing'
0 commit comments