Publish Visual Studio extension to marketplace.visualstudio.com with TFS build pipeline

时光怂恿深爱的人放手 提交于 2019-12-24 06:35:20

问题


I need to publish a Visual Studio extension to VS market place through the TFS CI build pipeline. I found following article on publishing extension to market place using command line, is there any deployment task in TFS which can use for this?

Publish from the command line


回答1:


You can use the Visual Studio Team Services Developer Tools for Build and Release tasks.

Make sure you generate the PAT with teh correct permissions. In order to publish extensions you'll need "Marketplace (Publish)", in order to install/share/query extensions you'll need further permissions. The required permissions are documented in the "Add Service" window.



来源:https://stackoverflow.com/questions/42345556/publish-visual-studio-extension-to-marketplace-visualstudio-com-with-tfs-build-p

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!