azure-devops-extensions Questions
0
I'm developing a VSTS extension in Javascript. In one of my tasks, I develop a custom tab and need to load data on an HTML page on behalf of the selected Test Suite.
How can I get data(like SuiteID...
Pater asked 25/9, 2021 at 6:54
2
Solved
I have a pipeline on Azure Devops that I'm trying to run programatically/headless using the REST api: https://learn.microsoft.com/en-us/rest/api/azure/devops/pipelines/runs/run%20pipeline?view=azur...
Timbal asked 13/2, 2021 at 13:4
2
Solved
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:\win...
Carcinoma asked 16/3, 2021 at 7:3
3
Solved
I'm working on a set of VSTS extensions. Each extension is its own little Node project with its own package.json and its own node_modules folder. The folder structure is as follows:
- MyExtension...
Tropopause asked 20/8, 2018 at 21:9
1
I'm trying to add the ability to see Mark Down styles in the Azure DevOps website or somehow inject the CSS,
For example: when navigating to Repos I have README.md which I want to look like the Mic...
Conyers asked 19/6, 2020 at 6:53
1
Solved
We have build an Azure Devops Extension that does several things within a step of a pipeline. When a pipeline is finished and results are displayed we coded it to show additional custom tabs, we us...
Pareu asked 2/6, 2020 at 15:27
4
Solved
The Azure CLI with the Azure DevOps extension has replaced the VSTS CLI. But I can't find any sample on how to connect to Team Foundation Server (TFS) or Azure DevOps Server using Azure CLI with Az...
Bairam asked 1/6, 2019 at 14:30
4
Solved
i want to develop a vsts extension.
the describes process of a development cycle is:
develop
package
publish
upload
test
this sound a litte cumbersome to me as it takes a lot of time to test t...
Observation asked 15/7, 2017 at 8:57
1
Solved
I want to develop a simple Azure DevOps extension which displays some data in the table. My extension is based on extension sample.
Can I debug this extension outside Azure DevOps without the com...
Talkfest asked 22/11, 2019 at 16:56
1
The new azure extension development documentation points to a sample project in github where you can see different extension examples targeting different areas of the of the azure DevOps portal. Ho...
Lipps asked 5/11, 2019 at 17:42
2
Solved
In my azure release pipeline I have 2 agent jobs, one is for sql deployment using power-shell and other is for kubernetes using power-shell.
How to set an output variable in 1st agent job and use t...
Faveolate asked 9/6, 2019 at 18:34
1
Solved
I am using Azure DevOps (not TFS on-prem) and have my extension already published as public and many people using it. How can I push out a new version for just myself (or specific organizations) to...
Cornellcornelle asked 7/5, 2019 at 19:28
1
Solved
Is it possible to have a kind of view of the tasks in Boards/ Sprints of a common backlog but for the different people in teams?
I have already built several teams and gave them the same backlog i...
Gelasias asked 1/3, 2019 at 14:58
1
Solved
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 p...
Ruching asked 2/12, 2018 at 11:56
1
Solved
We are developing an Azure DevOps extension to push changes to work items to an external system.
We would like to maintain/preserve the hierarchy in Azure DevOps (Epic-> Feature -> PBI/Bug) in the...
Loose asked 12/9, 2018 at 11:10
1
Solved
I want to take the package as-built by the release line, and install it to another (non-prod) VSTS, so I can validate it works, before installing to our prod VSTS.
We use VSTS vNext build w...
Spicer asked 11/4, 2018 at 18:21
1
Solved
I created some VSTS extension for internal use. I also created a CI/CD pipeline for these using the "CI/CD Tools for VSTS Extensions" by MS DevLabs. My approach has been to first push the ext...
Quoit asked 15/12, 2017 at 14:18
1
© 2022 - 2024 — McMap. All rights reserved.