来自构建服务器的 _bin_deployableassemblies,未安装 Visual Studio 2010 SP1
我正在尝试构建一个 mvc 3 应用程序,该应用程序依赖于 VS2010 sp1 中引入的 _bin_deployableassemblies 文件夹。
我使用 TeamCity 作为我的构建服务器。
当我从安装了 VS2010sp1 的开发计算机在 TeamCity 中运行构建时,一切都很好。
当我从未安装 VS2010sp1 但安装了 TFS2010sp1(以及 mvc3)的构建服务器运行构建时,不会处理 _bin_deployableassemblies 文件。
如何获取构建服务器上的位以使 _bin_deployableassemblies 文件夹正常工作?
I'm attempting to build a mvc 3 application that relies on the _bin_deployableassemblies folder introduced in VS2010 sp1.
I'm using TeamCity as my build server.
When I run the build within TeamCity from my dev machine which has VS2010sp1 installed, everything is fine.
When I run the build from the build server which does not have VS2010sp1 installed but does have TFS2010sp1 installed (and mvc3 for that matter), the _bin_deployableassemblies files are not processed.
How can I get the bits on the build server to make the _bin_deployableassemblies folder work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过从开发计算机复制完整的 msbuild\microsoft\visualstudio 文件夹来解决。
Resolved by copying the full msbuild\microsoft\visualstudio folder from dev machine.