Search code examples
visual-studiotfstfs-2015release-managementazure-pipelines-release-pipeline

How to upload a custom Build Task to TFS 2015?


I have a custom build task ready to go and I would like to upload it to my TFS server. I don't see much guidance out there for how to do this. Is there any way it can be uploaded through some kind of an "Add Task" workflow in the UI, or does it need to be done via the TFS2015 instance API?

Any step-by-step instructions would be appreciated.

FYI, I'm using the following visual studio template:

https://marketplace.visualstudio.com/items?itemName=JoshGarverick.VSTSExtensionProjectTemplates

I'd like to see it here:

enter image description here


Solution

  • If you have packaged the extension (custom build task), then just need to upload the extension VSIX files to TFS 2015 as mentioned by Daniel, then install the extension. After completed the installation the custome task step will displayed there.

    Go to http://server:8080/tfs/_gallery/manage to upload the extension

    enter image description here