This zip contains a verbatim copy of the task. They are downloaded directly from my Azure DevOps organisation and are published unchanged.
This zip contains a patched copy of the task. These tasks can be installed side-by-side with the built-in tasks. All tasks have a new unique id and the task's name has been post-pended with -sxs
.
To install these tasks into your Team Foundation Server / Azure DevOps Server use tfx
:
npm install -g tfx-cli
tfx build tasks upload --task-zip-path Task.guid-version.zip --service-url https://yourtfs.com/tfs/DefaultCollection
. ./script/install-task.ps1 -CollectionUrl https://yourtfs.com/tfs/DefaultCollection -TaskZip Task.guid-version.zip
A few tasks seem to be getting the most demand. I've added a pre-built extension for those and also published these to the marketplace:
- 🛍️ AppCenter for Azure DevOps Server
- 🛍️ Apple Xcode for Azure DevOps Server
- 🛍️ DotNetCore 6 and 7 for Azure DevOps Server
- 🛍️ Nuget (Deprecated)
- 🛍️ Pre and post script tasks
- 🛍️ Visual Studio 2022 for Azure DevOps Server
These extensions install the side-by-side version into your Azure DevOps Server.