我在nant脚本中使用脚本任务,在脚本任务中我编写了C#代码,其中我试图写入控制台,如下所示
console.writeline("你好&#34);
我也有一个方法及其返回类型。
实际上,我是从Cruise Control网络信息中心调用此Nant脚本。
现在我的问题是我只能在Cruise Control Web Dash Board上看到nant ouptut中的返回类型方法,但是我没有看到console.writeline(" Hello")消息,所以我怎么能得到控制台在nant输出下的巡航控制仪表板上还有消息?有没有办法在巡航控制网络仪表板上显示控制台消息
,
答案 0 :(得分:3)