如何在devenv build CruiseControl.net中指定平台 [英] How to specify the platform in devenv build CruiseControl.net

查看:95
本文介绍了如何在devenv build CruiseControl.net中指定平台的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用msbuild进行构建时,我们可以提供以下平台

When building with msbuild we can give the platform as below

<msbuild>
<buildArgs>Platform=x86</buildArgs>
</msbuild>

如果我们使用devenv,您知道如何具体化平台吗?

Do you know how to speficify the platform if we are using devenv?

<devenv>
???
</devenv>

推荐答案

使用以下语法:

<devenv>
    <configuration>Configuration|Platform</configuration>
</devenv>

例如:

<devenv>
    <configuration>Debug|Win32</configuration>
</devenv>

这篇关于如何在devenv build CruiseControl.net中指定平台的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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