Questions tagged [azure-devops-extensions]
462 questions
5
votes
2 answers
Creating configuration pane for Azure DevOps extension
We have created a few extensions for Azure DevOps (0) that are pipeline extensions.
We are trying to create new extensions that can react to changes in work items of Azure Boards. The API's for interacting with changes in work items are fairly…

Jesper Lund Stocholm
- 1,973
- 2
- 27
- 49
5
votes
1 answer
Publish an Azure DevOps extension from command line fails with 401
I develop an Azure DevOps extension. Now I want to automate the publishing process. Here the journey begins ... Following the theory here the reality looks different to me.
For me every trial of publish via command line ends in
tfx extension publish…

Bugra
- 189
- 2
- 14
4
votes
2 answers
How to run an exe with Parameters in a task in Azure Devops?
I would like to know if we have a way to run an exe in Azure devops and passing required parameters for that. I am using below task "PowerShell" and it gives me the error
**
"C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe"…

Pravesh Pesswani
- 481
- 8
- 16
4
votes
2 answers
Create an automatic PR and complete it Azure DevOps
I'm trying to create a flow where when a PR from branch a -> b is completed, an automatic PR from branch c -> d is created and completed.
I looked in this question but it doesn't mention auto complete
CI/CD pipelines Azure devops automatic merge…

Ace
- 831
- 2
- 8
- 28
4
votes
1 answer
How to get/identity the Azure DevOps Server base URL from the extension?
I’m developing an extension for both Azure DevOps Services and Server but I’m struggling to get the base URL for the Azure DevOps Server version once I have some navigations to the target resource, such as: Pull Request details.
Is there any way to…

cribeiro84
- 91
- 2
- 5
4
votes
1 answer
How to add custom summary tab in the custom azure devops plugin, When Experimental Theme and Multi-stage Pipelines are in switched-on Mode?
Currently I'm developing a custom plugin to Azure devops, and met with an issue when I set a scan in the build pipeline, after scan completed, I was not able to see the custom summary tab, in the Azure devops 'Summary' tab section.As the root cause…

siyumi_amarasinghe
- 193
- 1
- 1
- 13
4
votes
1 answer
azure-devops-extension-api (sdk): APIs error when using in pipeline extension
I'm building an Azure DevOps pipeline extension and want to use Data Storage feature
I'm using typescript for development and the following API:
- azure-devops-extension-api
- azure-devops-extension-sdk
I was able to write a function and it…

Stanislav Parkhomenko
- 484
- 7
- 16
4
votes
1 answer
Is there Regression Test functionality in Azure DevOps?
I am working in a small team who have just moved to Azure Dev-Ops. When a new build is pushed out we can't seem to figure out a seamless and convenient way to both run regression tests and have full historical data of the test plans which have been…

SteveMcKenna
- 41
- 1
- 3
4
votes
3 answers
Extension validation error The task.json file was not found in contribution xxx
I am trying to publish a private extension for AzureDevops on Visual Studio Marketplace. It is a .vsix package. The packaging goes well, I upload a package, but it doesn't pass a verification. I obtain the following error:
Extension validation…

KateHamster
- 67
- 1
- 8
4
votes
1 answer
How to install and use dotnet core tool (CLI) in Azure Pipelines (VSTS) Build Task?
I want to create custom build task, that would do invoke dotnet core CLI tool. I've used VSTS DevOps Task SDK/node to get or install the tool:
import tl = require('vsts-task-lib/task');
async function getLibmanTool() {
let libmanExePath =…

Liero
- 25,216
- 29
- 151
- 297
4
votes
2 answers
Tasks are removed from TFS Release Definition
We are TFS 2017 Update 3. This issue started to appear after upgrading from TFS 2017 update 1.
And we have a lot of custom TFS Tasks developed by us.
At times when a user opens a release definition or a release of the definition, the user gets…

Baskar Lingam Ramachandran
- 617
- 9
- 25
3
votes
1 answer
Showing custom badge or text on Azure DevOps Pipeline Summary Page
I have a requiement where I need to show custom badge or some kind of custom message somewhere on summary page (Pipelines -> Select Build -> Summary Page) of Azure DevOps build Pipeline based on code coverage or unit test or static code analysis.
Is…

F11
- 3,703
- 12
- 49
- 83
3
votes
2 answers
How to add test steps in a test case work item using Rest API
Image of Test Case I have created a custom work item in which i have successfully managed to call api to create work item but i have no idea how to create test steps for that work item.
let body = [
{
"op": "add",
"path":…

Sid Vaidya
- 33
- 4
3
votes
0 answers
How to auto increment the android app version name and version code using app center and azure devops
Is there any way to auto increment the android app version name and version code.
My app version name format-- major.minor.0.build (1.2.0.221)
Version code format -- number of commits (115)
my app manifest file, I have included these two…

Kalai Selvi
- 157
- 11
3
votes
1 answer
Azure DevOps create custom calculated fields on work items
We are currently exporting queries in ADO to a csv, then copy/pasting it in our own excel file. We have a column that calculates the expected completion date via a formula made by our manager. I have been looking into if this is possible directly in…

ShaneGhuste
- 33
- 1
- 4