How to download a build process template in C#?

232 Views Asked by At

I'm trying to upgrade the current build definitions to use the newest template - TfvcTemplate.12.xaml. I started off by downloading it from the "Edit build definition" window in VS 2013. But I noticed that the template is in Visual Basic, just like the current one that I'm trying to upgrade.

How is possible to get the template in C# instead of Visual Basic?

1

There are 1 best solutions below

0
On BEST ANSWER

All the build definitions provided out of the box by Microsoft use VB style syntax in the workflow definitions. There are no Microsoft provisioned build workflows using C# syntax.