Warm tip: This article is reproduced from serverfault.com, please click

tfvctemplate.12.xaml build template does not work in Azure DevOps 2019

发布于 2020-12-01 14:54:43

We recently migrated from TFS 2013 to Azure Devops 2019 ( on premises ) We have two servers , TFS server is running Azure DevOps 2019 and build controller is running on TFS 2010 As a result , Older XAML build are working fine.

We recently upgraded .net framework on app servers to 4.8 from earlier v 4.5

We want to use latest C# features , but not able to build those on build server.

For this , We want to use tfvctemplate.12.xaml build template which has support for C#-6 language features.

But after changing default.xaml build template to above build tfvctemplate.12.xaml template , and after queuing the builds getting below error.

TF900558: This build process template cannot be run on build server Default Controller - TFSBUILDSVR3. Upgrade this build server to a newer version.

We installed Azure Devops 2019 on build controller but could not configure build controller like we did it for TFS 2010.

Any help is appreciated !

Questioner
sagar
Viewed
0
Jane Ma-MSFT 2020-12-02 17:37:57

XAML builds are deprecated for TFS 2018 and later versions. If you want to use TFS2019, you need to migrate to the new builds.

This document details the process of deprecating the old build and becoming familiar with the new builds.