Skip to main content

Questions tagged [azure-devops]

The tag has no usage guidance.

0 votes
0 answers
8 views

MS Teams "connectors" - How to setup an AzureDevOps pipeline connection for builds on master/main branch only?

I'd like to get alerts in an MS Teams channel for whenever a software build pipeline completes, but only if it was run on the master/main branch. We're using AzureDevOps pipelines. In Microsoft Teams ...
RJFalconer's user avatar
  • 10.3k
0 votes
0 answers
9 views

How to set-up Nginx conf to not pick Alphabetic order incase URL doesn't match reques

Wasn't sure how to word out the title but i have multiple docker server running wp/nginx Now we have a conf with a block for 80 and 443 for every site in the conf.d dir and in Cloudflare point the ip ...
Dean Michael's user avatar
0 votes
0 answers
32 views

Azure VM login failing through Entra ID error

Unable to access Azure VM using almost all Entra IDs apart from one. I have tried multiple Entra IDs with same administrative access and roles but somehow only 1 ID works. The issue isn't due to MFA ...
Kanwarpal Singh's user avatar
0 votes
0 answers
102 views

How to download the git folder from Azure DevOps using powershell

I was trying to download the folder from a GIT based repository in Azure DevOps. I was able to download it through the below script. $token = "PAT" $url="https://dev.azure.com/{ORG}/{...
mohan 's user avatar
  • 21
0 votes
1 answer
28 views

How can I create a team watchlist in Azure DevOps, similar to how individuals can follow items?

In Azure DevOps, I'm trying to create a "team watchlist" that allows visibility for the entire team to see followed items on the dashboard. For example, queries can be filtered by ID=@...
Kaila A.'s user avatar
0 votes
1 answer
252 views

Force linking of work items to VS git commits

Is it possible to force a developer when committing work through Visual Studio to link a work item (Bug, Task, Product Backlog)? I can see I can link with a '#' in the git commit comments but would ...
David's user avatar
  • 1
0 votes
0 answers
3 views

Ansible deployments in the production envirnment of web developement

**earlier so many times Ansible deployments used to Happen in Production environment With help of Ansible server and Host patterns where we were used to create groups in the inventory file and used to ...
Harshal's user avatar
0 votes
0 answers
138 views

I have a visual studio solution with a couple of projects but my build pipeline only publishes one project

I'm trying to create a CI/CD but I'm only getting one artifact. The artifact that I'm getting is the client app (a Blazor application). My solution structure is as follows: -src --API --Core --Domain -...
D. Zaraki's user avatar
1 vote
1 answer
106 views

Logging into Azure DevOps services, I have three users, all the same, to select from — why?

After signing-in to Azure DevOps Services, on the left pane I can select from three different accounts: All these accounts are pointing to my name and my e-mail address. What's there reason I have ...
AxD's user avatar
  • 134
2 votes
1 answer
772 views

Using self-signed certificate while installing the Azure DevOps is causing ‘Connection isn't secure’ warning

While installing the Azure DevOps server the <generate new self-signed certificate> option was used in the Web Site Settings: After the installation was successfully completed browsing to the ...
Jackdaw's user avatar
  • 1,360
0 votes
0 answers
28 views

Azure DevOps- Postman Installation

I'm trying to install Postman.exe file using DevOps pipeline using below command, when I create a release it is getting succesfully but the app is not getting installed on the server Can someone ...
navya g's user avatar
0 votes
1 answer
191 views

Can I make the dashboard the default overview?

In Azure devOps, there are 3 section in the Overview service of a project: Summary, Dashboard and Wiki. When I click on the Overview button, it defaults to the Summarysection. Is it possible to change ...
Pierrick Rambaud's user avatar
1 vote
1 answer
275 views

is there a dashboard of notification in Azure DevOps?

At the moment all my subscriptions goes to my emails which can easily create filtering issues and make it very much not interactive. In all the other forges I've used so far (GitTea, bitbucket and ...
Pierrick Rambaud's user avatar
0 votes
1 answer
79 views

Exercising clean code

I have a script that if kept on the same line, it'll be quite annoying to edit. But at the point at where I want to break line, I get the error when running, -ApplicationParameter : The term '-...
Zero596's user avatar
  • 83
0 votes
1 answer
291 views

Azure DevOps Pipeline: compile and retrieve LaTex pdf

I believe the compiling part is working, using this.: How to set up an Azure DevOps pipeline with texlive? changed only the main.tex since my file has a different name. Build succeeds. How to retrieve ...
Rz D M's user avatar
  • 1

15 30 50 per page