在CruiseControl.NET构建中使用"devenv"和"msbuild"有什么区别? [英] What is the difference between using 'devenv' and 'msbuild' in CruiseControl.NET builds?

查看:134
本文介绍了在CruiseControl.NET构建中使用"devenv"和"msbuild"有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用< devenv>之间的主要区别是什么?标签和< msbuild>标签在CruiseControl.NET中?

What is the main difference between using the <devenv> tag and the <msbuild> tag is in CruiseControl.NET?

我了解他们调用了不同的可执行文件,但有时会得到不同的结果(就编译时的通过/失败而言),并且我想知道为什么两个构建命令之间会有差异.

I understand they call different executables, but sometimes I get different results (as far as pass/fail at compile time), and I would like to know why there is a difference between the two build commands.

推荐答案

基本devenv(Visual Studio)包装了MSBuild,并添加了许多Visual Studio特定的属性.

Basically devenv (Visual Studio) wraps MSBuild and add lots of Visual Studio specific properties.

要使用devenv,您需要在计算机上安装Visual Studio.要使用MSBuild,您只需要具有.NET框架.

To use devenv you need Visual Studio installed on your computer. To use MSBuild you only need to have the .NET framework.

这篇关于在CruiseControl.NET构建中使用"devenv"和"msbuild"有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆