Questions tagged [azure-devops-server-2019]

Azure DevOps Server (formerly Team Foundation Server or TFS) is the latest iteration of Microsoft's DevOps and ALM product suite which contains source control (Azure Repos), CI/CD (Azure Pipelines), agile work and portfolio management (Azure Boards) etc. The current version of Azure DevOps Server is 2020. Use this tag for questions on the 2019 on-prem version, as opposed to Azure DevOps Service, which is the cloud version.

393 questions
0
votes
1 answer

Azure Devops 2019 returns NonAuthoritativeInformation when reading user profile image with REST

I need to fetch user profile image from Azure Devops 2019 through REST but it is responding with "NonAuthoritativeInformation" status. I want to know if I am missing something or adding anything wrong in my request header. Code is given…
0
votes
1 answer

Azure Devops Server: Share files between stages in Classic Release pipeline

In my Release pipeline I have 4 stages. All 4 of these stages need the same artifacts from the build pipeline. The stages also need the same files that the stages retrieve from an Storage account in MS Azure. Currently every stage starts with…
Rik Smits
  • 11
  • 1
0
votes
2 answers

Configure Authentication for actual html login page

We've got an install of Azure Devops server that currently authenticates against our active directory server and authentication works, but it appears to do so by means of browser basic authentication (the browser modal prompt that asks for a simple…
Ronnyek
  • 482
  • 5
  • 16
0
votes
1 answer

TFS 2015 to Azure DevOps service Migration

I am trying to migrate from TFS 2015 to Azure DevOps service. Can I migrate it directly? Please suggest if there are any steps for migration.
0
votes
2 answers

How we can use Azure DevOps server 2019's Predefined variable while using ROBOCOPY in bat script

I have created one batch script, in this script I want to use Build.SourcesDirectory variable. Here is the batch script: ROBOCOPY $(Build.SourcesDirectory)\myfoldername \\servername\destinationfolder\Copy /V Also tried this one: ROBOCOPY…
0
votes
0 answers

automated transition between states for work item types (WIT)

I am using an on-premises Azure DevOps Server 2019 and I would like to enable automated transitions between states of a WIT (i.e. feature, bug), for example: move from ToDo to Active, when a branch is created/linked to the work item move from…
Guti_Haz
  • 2,528
  • 2
  • 15
  • 20
0
votes
1 answer

Getting 401 Unauthorized trying to Create or Update Wiki page using Powershell script

I am trying to create a new page in my Wiki from a Build pipeline with the generated release notes. I receive this error in response : Invoke-WebRequest : The remote server returned an error: (401) Unauthorized. I have looked at every resource I…
0
votes
1 answer

Import an Azure DevOps repository

In an Azure DevOps (version 2019.1) project I want to import a git repository from another project of the same server. The documentation seems to be quite straight forward on this point. So I used the clone URL from the source repo, went to to the…
Markus L
  • 932
  • 2
  • 20
  • 38
0
votes
1 answer

AzureDevops - notification to another domain

We have Azure Devops 2019 on premise. There is Team Project with default team containing user from another domain. The user is also in contributers group. When this user is selected and saved in AssignTo of a work item, we expect user to receive…
moital
  • 101
  • 1
  • 10
0
votes
1 answer

Validation errors Migrating from Devops Server to Devops Services

I'm testing a migration of a project from an on premises DevOps Server (Latest 2019 Update 1.1) to DevOps services. I'm using the latest DataMigrationTool (Migrate.exe), and I'm seeing extremely strange results. I'm using Migrator.exe validate…
Anders Forsgren
  • 10,827
  • 4
  • 40
  • 77
0
votes
2 answers

How do I identify the Initial Catalog(name of the collection database) in a migrating step of Azure DevOps Server to Services?

I am an administrator of Azure DevOps Server 2019 Update 1.1 in an organization. I will migrate our collection from the on-premises server to Azure DevOps Services. Currently, I am on the step of using SqlPackage.exe to generate a DACPAC…
Mass Kaneko
  • 25
  • 1
  • 1
  • 5
0
votes
1 answer

Azure DevOps Server 2019 Task Template Layout Change

I have a requirement to change the layout of the Task in Azure DevOps Server 2019. I want to relocate the "Details" section under the "Staus" section. I tried using the Process editor via VS 2019. But doesn't work published WIT show no…
SurenSaluka
  • 1,534
  • 3
  • 18
  • 36
0
votes
1 answer

Git checkout for large repos in Azure

I need to know more about my Azure server 2019 situated at Nederlands (Europe) and if I try to do a checkout from India (Asia-Pacific) for any 2GB Azure repo, will it take more time? Meaning if we have any local cache server, will it help us in…
0
votes
1 answer

Azure Pipeline build multiple solutions "checkin" build

I am moving from "XAML" builds to DevOps YAML builds and trying to replicate what I had in TFS 2012. In the XAML build I had several "Solutions" in the "Items to build" and this build was triggered on any checkin. From what I can tell the Pipeline…
0
votes
1 answer

Migration from Azure DevOps Server to Azure DevOps Services - Backlogs and git repo

We are trying to move existing backlogs(work-items) and codes in git repo from Azure DevOps server to services. Is there a tool out there to move these items with the capability to retain the history of work item and code merge/check-in? Or if there…