简体   繁体   中英

How to download a build process template in C#?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM