azure-devops-extension-tasks icon indicating copy to clipboard operation
azure-devops-extension-tasks copied to clipboard

Pipeline tasks for Azure DevOps Extensions

Results 52 azure-devops-extension-tasks issues
Sort by recently updated
recently updated
newest added

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...

## 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...

bug
help wanted
Azure DevOps Extensions

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.

enhancement
Azure DevOps Extensions

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....

enhancement

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...

enhancement
help wanted
Azure DevOps Extensions

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...

enhancement
help wanted
Azure DevOps Extensions

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...

enhancement
Azure DevOps Extensions

After publication, it would eb nice if we could render the link to the marketplace in the output: * [ ] Publish Azure DevOps Extension * [ ] Publish Visual...

enhancement
Visual Studio Extensions
Azure DevOps Extensions

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

Azure DevOps Extensions

Like the Azure DevOps extensions I'd love to add support for overriding: ``` "priceCategory": "free", "publisher": "onlyutkarsh", "private": false, ``` Prior to publish. @onlyutkarsh

Visual Studio Extensions