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?
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.