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

查看:13
本文介绍了在 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天全站免登陆