如何获取 Gallio MSBuild 任务来查找我的特定 Gallio 可执行文件

发布于 2024-07-17 12:18:28 字数 175 浏览 5 评论 0原文

我试图在 TeamCity 构建配置中从 MSBuild 调用 Gallio。 TeamCity 的代理/服务器没有安装 Gallio,但我的源代码树中有一个 Gallio 发行版。 我正在使用 MSBuild 来执行项目的实际构建。

如何告诉 Gallio 任务使用源代码树中的 Gallio 可执行文件?

I am trying to get Gallio to be called from MSBuild in a TeamCity build configuration. The Agent/Server for TeamCity does not have Gallio installed but I do have a distribution of Gallio in my source tree. I am using MSBuild to do the actual build of the project.

How can I tell the Gallio task to use the Gallio executables that are in the source tree?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒儿 2024-07-24 12:18:28

我认为您需要与以下标签等效的内容。

<UsingTask AssemblyFile="C:\Program Files\Gallio\bin\Gallio.MSBuildTasks.dll" TaskName="Gallio" />

将其放在主项目标签中。

科林

I presume you need your equivalent of the following tag.

<UsingTask AssemblyFile="C:\Program Files\Gallio\bin\Gallio.MSBuildTasks.dll" TaskName="Gallio" />

Place it in the main Project tag.

Colin

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文