azure-devops-extension-tasks
azure-devops-extension-tasks copied to clipboard
Pipeline tasks for Azure DevOps Extensions
I have a Visual Studio Extension, see https://marketplace.visualstudio.com/items?itemName=nti-de.IncrementVersionOnBuild I specified my `README.md` as _overview_ in my publish manifiest `vs-publish.json`. I have two images referenced in the `README.md`, but they are...
PublishExtension cannot derive the ID of a VSIX-packaged extension, so `updateTasksId` doesn't work
## Problem The `updateTasksId` input is [described](https://github.com/microsoft/azure-devops-extension-tasks/blob/b853d1335b2287a2ad21662476463f2508e36237/BuildTasks/PublishExtension/task.json#L200) like this: > Search for contributed tasks in extension manifests and updates the id specified in each Build and Release task found based...
When querying extension version with an extensionId that does not exist returns null but the extension task fails on that. Should fall back to the version that's in the manifest.
Right now I miss the possibility to uninstall an extension from the server. This might become handy during extension development when you want to test update extension and install extension....
Hi there, I am trying to update my [terraform task](https://github.com/charleszipp/azure-pipelines-tasks-terraform) extension to use this for publishing/packaging. I am unable to get the updateTasksId feature to update the task id's of...
For my extension, i run several tests after install a pre-release version to testing org. I have noticed that there is a delay after installing an extension before it can...
Basically splitting the "Publish from vsix" into: 1. patch extension 2. publish vsix This is needed to allow easy re-deploy options and to be able to download the patched extension...
After publication, it would eb nice if we could render the link to the marketplace in the output: * [ ] Publish Azure DevOps Extension * [ ] Publish Visual...
Currently, we render a warning when people aren't using the Use Azure DevOps CLI task. In the future it would be nice to make this mandatory: Revert: https://github.com/Microsoft/vsts-extension-build-release-tasks/commit/3690d1343c8a5bd1339eb842369144f168630a8c
Like the Azure DevOps extensions I'd love to add support for overriding: ``` "priceCategory": "free", "publisher": "onlyutkarsh", "private": false, ``` Prior to publish. @onlyutkarsh