Questions tagged [azure-devops]

20 questions
3
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
  • 131
  • 6
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…
successhawk
  • 198
  • 1
  • 6
2
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…
Maryo David
  • 143
  • 3
  • 7
0
votes
0 answers

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 please advise me on this? Appreciate your help! Code…
0
votes
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
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…
Zero596
  • 83
  • 1
  • 10
0
votes
0 answers

Undelivered Mail Returned to Sender error

I have a project which has made with node-js and express js when I send email from postadmin panel few moments later send me below message I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's…
0
votes
0 answers

How do I send Azure Devops notifications that are normally directed at me to Teams instead of e-mail?

I presently have a PowerAutomate agent but it does not handle every single permutation of notifications from Azure DevOps to my e-mail address. Is there a cleaner way of doing it without parsing the e-mail sent by Azure DevOps?
Archimedes Trajano
  • 1,505
  • 1
  • 15
  • 21
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
  • 2
0
votes
0 answers

GIT SSH keys gets "forgotten" the next day, sometimes

We use DevOps as git repository and I use Git GUI to generate an SSH key. I've used DevOps months without any issues, but as of recently, I've started to notice that my SSH key get's invalidated or forgotten after a few days. Usually I can keep…
Joost00719
  • 101
  • 4
0
votes
0 answers

Committing to Azure Repos Hosted on Private Azure VM

Thanks for the responses. Currently have an Azure VM that hosts an Azure DevOps server. The VM does not have a public IP, and is connected to through a VPN. Looking for solutions on how developers can work on their local machines, connect to the VM,…
0
votes
1 answer

how to check number of jobs pending in queue in Azure Devops using restapi

Does anyone know how to get number of pending jobs in agent pool using azure devops rest api?
0
votes
1 answer

Azure DevOps rename Project email

Per Microsoft Docs, in Azure DevOps: Renaming a project sends email notifications to everyone in the project, if there are less than 1,000 users. If there are greater than 1,000 users in your project, only project collection administrators receive…
user39160
  • 165
  • 3
  • 9
0
votes
0 answers

How to duplicate multiple work items at once in Azure DevOps?

We use Azure DevOps to plan our sprints using the Scrum template. The sprints usually contain recurring PBIs (product backlog items), e.g. "customer support", "pull requests reviews", etc. Creating these recurring PBIs and the related tasks for each…
Dario
  • 131
  • 6
0
votes
0 answers

##[error]Error: Failed to connect to remote machine. Verify the SSH service connection details. handshake timeout

azure devops release pipeline: 1 ssh task: this task gets success service connection: qadus command: pwd, ls, mkdir hyd 2 copy over ssh: source: drop/** target: /devops ##[error]Error: Failed to connect to remote machine. Verify the SSH service…
1
2