chore: remove the publish step for rc flow

This commit is contained in:
Ivan Jobs 2020-06-03 15:36:48 +08:00 коммит произвёл Ivan Jobs
Родитель 7888bd1695
Коммит b1e736a7e4
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -62,11 +62,3 @@ steps:
condition: and(succeeded(), eq(variables['is_r'], 'true'), eq(variables['Agent.OS'], 'Linux'))
env:
MARKETPLACE_TOKEN: $(vsciot_marketplace_token)
# publish vsix to marketplace for release candidates
- bash: yes | vsce unpublish -p $MARKETPLACE_TOKEN $(test_publisher).$(test_extension_name) && vsce publish -p $MARKETPLACE_TOKEN --packagePath *.vsix
workingDirectory: '$(Build.ArtifactStagingDirectory)'
displayName: Deploy release candidates to marketplace
condition: and(succeeded(), eq(variables['is_rc'], 'true'), eq(variables['Agent.OS'], 'Linux'))
env:
MARKETPLACE_TOKEN: $(iotdevexbuild_marketplace_token)