Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [azure-devops]

Azure DevOps is a suite of 5 services you use together or independently. For example, Azure Pipelines provides build services (CI) as well as release management for continuous delivery (CD) to any cloud and on-premises servers. Azure Repos provides unlimited private Git hosting, Azure Boards provides agile planning (issues, Kanban, Scrum, and dashboards). Please note that there's a separate tag for Azure DevOps Server (formerly TFS) - the on-prem version.

0 votes
0 answers
6 views

Link Azure Repo pull request retrospectively to work item

I've created a couple of small pull requests in Azure Repos. However, I forgot to link them to the relevant work items, so the pull requests have failed their checks. It looks like it should be easy ...
Simon Elms's user avatar
  • 18.9k
0 votes
0 answers
6 views

How to make a work item field read-only using an Azure DevOps extension?

I'm developing an extension for Azure DevOps and I need to make specific work item fields read-only(In UI) based on certain conditions. How can I make a specific field read-only using the Azure DevOps ...
Subrahmanya Bhat's user avatar
0 votes
0 answers
8 views

How to get all the artifact names in deploy pipeline?

TL;DR: How to get all the artifact names in deploy pipeline? Hi, I have multiple branches, and a single generic build pipeline to build their artifacts artifact name example: ...
Tri's user avatar
  • 321
0 votes
0 answers
14 views

Azure DevOps Pipelines: deploy Java projects as maven dependencies for other projects

I have to create Azure DevOps pipelines for multiple Java maven projects that previously had no CI/CD process. All the projects are on the same Azure DevOps organization and are stored in Azure Repos. ...
martinz's user avatar
  • 13
0 votes
0 answers
9 views

Clean / Purge data in docker desktop with command line

I am using docker desktop 4.29 enterprise version. I have noticed that there are few cached data that is getting increase after every run. This is getting cached in folder "C:\Users\...
Abhishek Maurya's user avatar
0 votes
1 answer
16 views

How to get Project Name, Release Name, Release Date, Release Changes (Commit Message) From Azure Release APIs

I'm currently working on task the which is the goal from it is to give a table with the below data from all Pipeline releases on our Azure Dashboard from date 01/01/2024 to 01/06/2024. Project Name. ...
Loai amer's user avatar
0 votes
0 answers
16 views

Azure DevOps pipeline for a repo with multiple solutions with multiple projects and dependencies on each other

I'm new to Azure DevOps. I have a repo that contains multiple solutions and each solution contains multiple projects. These projects have dependencies on each other. Projects are targeting .NET 4.7.1. ...
Cisco Cabe's user avatar
0 votes
0 answers
4 views

How to Change the Appearance of a <MenuButton> in azure-devops-ui/Menu

I'm developing an extension for Azure DevOps and I would like to use the <MenuButton> component to create a "more options" button, similar to the one used in the current boards. I need ...
Julu's user avatar
  • 1
0 votes
1 answer
21 views

IIS WEB APP MANAGE - CLEAR recycling.periodicRestart.schedule

I am trying to set some App pool configurations using appcmd.exe commands! I have command to set the periodic recycling like this: set config -section:system.applicationHost/applicationPools /+"[...
J.Memisevic's user avatar
  • 1,336
0 votes
0 answers
20 views

Azure DevOps - Traceability of ALL Work Items contained in a given release

I need to have full traceability between PRs and Releases -- I want to be able to see which work items were implemented in which release. Azure DevOps apparently has a limit of 100 commits - which ...
Sidelobe's user avatar
  • 430
0 votes
1 answer
44 views

dotnet restore and AzureDevops private feed in WSL

I need to run an Asp.Net Core application in WSL (Ubuntu 22.04), I'm trying to execute command: dotnet restore to restore my nuget packages from default nuget.org and from my private feed on Azure ...
pampua84's user avatar
  • 820
0 votes
1 answer
26 views

Unable to provide build number while publishing results in azure Test Runs using WebApi

We are trying to publish our test results to azure test runs automatically using Microsoft.TeamFoundation.TestManagement.WebApi We want to publish Test Name , Result, Status, Build Number. We are able ...
fire hawks's user avatar
-1 votes
1 answer
54 views

Why my Azure function app blob trigger is not working when I upload a file?

I have created a blob trigger function app with python. I also have a blob storage in my storage account. The settings (local.settings, function.json) seems ok. After running : func start and ...
Hossein Chegini's user avatar
0 votes
0 answers
47 views

Azure pipeline failing with error MSB4018: The "LocateBuildToolsConfigTask" task failed unexpectedly

Azure devops pipeline maui build is failing Using Mobile.BuildTools (2.0.245) - it fails while building unit tests with the error ##[error]C:\Users\VssAdministrator.nuget\packages\mobile.buildtools\2....
S Khan's user avatar
  • 11
0 votes
1 answer
39 views

How to bypass policies when merging using Create PR task for a specific account

I am trying to use the Create PR task in a pipeline to merge changes from my source branch to target branch (master). I want to bypass the policies of having reviewers and linking work item. I changed ...
Dharmi Mehta's user avatar

15 30 50 per page
1
2 3 4 5
2143