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?
相关问题
- Docker task in Azure devops won't accept "$(pw
- Authentication Failure using Git-LFS Azure DevOps
- Authentication Failure using Git-LFS Azure DevOps
- Getting error: File extension specified '.webt
- “No test result files matching **/*.trx were found
相关文章
- Best way to manage docker containers with supervis
- Build errors of missing packages in Visual Studio
- Jenkins Pipeline having “Multiple candidate revisi
- VSTS continuous integration triggers not working
- How do I make a TeamCity build appear in the TFS B
- Should I use xUnitPublisher or xUnitBuilder after
- Hudson and maven-release-plugin
- How to pass a build number within the MultiJob plu
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.