Questions tagged [azure-devops]

23 questions
5
votes
1 answer

How do I follow someone else's activity in Azure DevOps Boards?

I know how to review my own activity in Azure DevOps Boards via the Work Items Page - My Activity dropdown/pivot, but how do I review someone else's activity?
4
votes
1 answer

How to set the first day of the week in calendars of Azure DevOps?

I'm planning a sprint using Azure DevOps. When I want to set the days of for a developer, the calendar shows Sunday as the 1st day of the week, while I'd have Monday as 1st day. Is there any according setting I can change?
Dario
  • 251
4
votes
4 answers

Visual Studio 2019 keeps asking to re-enter credentials for Azure DevOps

I am using the below version of Visual Studio, and I have logged in with my Azure DevOps Credentials. However, again and again, Visual Studio says "We need to refresh the credentials for this account. Re-enter your credentials". Please refer to the…
2
votes
1 answer

Office365 connectors within Teams will be deprecated

Today we started seeing this message in Microsoft Teams: Action Required: O365 connectors within Teams will be deprecated and notifications from this service will stop. Learn more about the timing and how the Workflows app provides a more flexible…
Rene R.
  • 21
2
votes
1 answer

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

While installing the Azure DevOps server the option was used in the Web Site Settings: After the installation was successfully completed browsing to the site seems fine on the server: But opening the…
Jackdaw
  • 1,834
2
votes
0 answers

How do I query by column name on my Sprints page's Taskboard in Azure Boards?

Please tell me that I am missing something. It looks like I can query by Kanban column names on the Boards page boards, but I can't query Sprint page's Taskboards column names. Does the Board Column query field not apply to the Sprint page's…
1
vote
1 answer

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 three different accounts? How can I delete the…
AxD
  • 144
1
vote
1 answer

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 GitHub) it is possible to get personnal…
1
vote
1 answer

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 that for the `Dashboard instead ?
0
votes
0 answers

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 =…
mohan
  • 21
0
votes
1 answer

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=@follows and the dashboard will show items followed by the signed…
0
votes
1 answer

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 like this to be mandatory on all commits? i.e. the…
David
  • 1
0
votes
0 answers

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 --UI These are virtual maps in VS. In the build…
0
votes
1 answer

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 '-ApplicationParameter' is not recognized as the name of…
0
votes
1 answer

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 the file?
Rz D M
  • 1
1
2