【发布时间】:2013-04-22 18:47:12
【问题描述】:
我在 BuildTemplate.xaml 中定义了一个新参数,其类型为 String[][]。
现在,当我打开构建模板并尝试填充参数时,我得到了错误:
找不到类型“System.String[]”的构造函数。
有什么问题?
【问题讨论】:
-
String[]没有默认构造函数,因此它不适用于集合编辑器。
标签: tfs arguments build-automation tfsbuild