简体   繁体   English

如何在C#中下载构建过程模板?

[英]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. 我正在尝试升级当前的构建定义以使用最新的模板-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. 我首先从VS 2013的“编辑构建定义”窗口中下载了该模板。但是我注意到该模板在Visual Basic中,就像我要升级的当前模板一样。

How is possible to get the template in C# instead of Visual Basic? 如何用C#而不是Visual Basic获取模板?

All the build definitions provided out of the box by Microsoft use VB style syntax in the workflow definitions. Microsoft开箱即用提供的所有构建定义在工作流定义中均使用VB样式语法。 There are no Microsoft provisioned build workflows using C# syntax. 没有Microsoft使用C#语法配置的构建工作流。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在TFS 2012构建流程模板的自定义活动中通过C#获取工作区中文件路径的路径? - How to get path to file path in a Workspace by C# in a customized activity of TFS 2012 build process template? 在TFS 2012构建过程模板的C#自定义活动代码中如何获取“ SourceDir”文件夹和“ Drop Folder”? - How to get `SourceDir` folder and `Drop Folder` while in C# customized activity code of TFS 2012 build process template? 如何在C#中高效下载,阅读和处理CSV - How to efficiently download, read and process CSV in C# 如何在C#中的项目的生成过程中忽略参考版本 - how to ignore reference version during build process for a project in C# 将部分HTML下载为C#MVC中的模板? - Download part of html as a template in c# mvc? 在构建过程中运行ac#console应用程序 - Run a c# console application in build process C#编译/构建增量过程吗? - Is C# compile/build an incremental process? 每次构建运行 C# 文本模板 - Run C# text template every build 如何通过c#在Windows XP上测量Windows XP到Windows 8的上传和下载网络利用率? - how do measure upload and download Network utilization by Process on Windows XP to Windows 8 in c#? C#如何判断进程是否为后台进程 - C# How to determinate if Process is background process or not
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM