Package VSTS/Azure DevOps extension | TFS Command Line | VSIX Visual Studio tutorial -5

Опубликовано: 12 Октябрь 2024
на канале: Mohamed Radwan - DevOps
2,661
11

This visual studio tutorial video will focus on how to start creating the Package VSTS extension using TFS Command Line to produce VSIX.
Learn how to start creating the VSTS package, which means putting all the files into one file so we are able to upload the VSTS extension. For that purpose, I am going to use TFS CLI (Command Line Interface), which is a cross platform command line tool. Using this tool, I am going to put all my files into one file with extension vsix. First I am going to download it using node package manager, executing the ‘npm I –g tfx-cli’ command. In order to put all files into vsix package, I am going to run cmd from the application location, and execute the following command ‘tfx extension create –manifest-globs vss-extension.json’.

About the Author
-----------------------------
Video:
   • Mohamed Radwan is a Principal DevOps ...  
Blog:
https://mohamedradwan.com
Linked-in
  / mohamedahmedradwan  
GitHub
https://github.com/DevOpsFounder
Twitter:
  / mradwan06  


If you would like to learn more about how to change the credential of IIS Application Pool using PowerShell, we will also use PowerShell to restart the Application Pool - have a look at this post:
http://mohamedradwan.com/2018/04/23/w...

#TFS_Command_Line #VSIX_Visual_Studio #Visual_Studio_tutorial