teamcity如何在客户端机器上构建项目以及msdeploy的要求

发布于 2024-11-27 16:58:26 字数 181 浏览 2 评论 0原文

只是想知道 msbuild 是在 teamcity 中构建的还是 teamcity 使用构建计算机上安装的 msbuild.exe。我的构建机器上没有安装 Visual Studio。如果没有安装 Visual Studio,那么对于在计算机上找到 msbuild.exe 的位置有点困惑。 还有客户端计算机上 msdeploy 的要求。请澄清。

Just want to know whether msbuild is built in teamcity or teamcity uses the installed msbuild.exe on your build machine. I have no visual studio installed on my build machine. Little bit confused as where to locate msbuild.exe on machine if no visual studio installed.
Also requirements of msdeploy on client machine. Plz clarify.

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

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

发布评论

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

评论(1

樱桃奶球 2024-12-04 16:58:26

TeamCity 不提供任何语言的编译器,只是提供将这些工具整合在一起的集成支持。特别是对于 MSBuild,您将需要安装 .NET 框架,或 Visual Studio:

MSBuild 作为 .NET Framework 的一部分提供,从 Visual Studio 2005 中的 v2.0 开始,并在 Visual Studio 2008 中的 v3.5 中更新。

或者,您可以利用 TeamCity 提供的 Mono 支持 来实现这一目标。

TeamCity does not provide the compilers for any language, just the integration support to bring those tools together. For MSBuild specifically, you'll need the .NET framework installed, or Visual Studio:

MSBuild ships as part of the .NET Framework, starting with v2.0 in Visual Studio 2005 and updated in v3.5 with Visual Studio 2008.

Alternatively, you can make use of the Mono support that TeamCity provides to go down that road.

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