如何在没有 Visual Studio 的情况下构建 Silverlight 4 应用程序?
我们正在设置 TeamCity 构建服务器以进行持续集成。为了保持干净,我们不想在构建服务器上安装 Visual Studio。我想知道如果没有它我们如何构建 Silverlight 4 应用程序?
我希望有一个与 VS 分开安装的 Silverlight 4 SDK - 但到目前为止我还没有找到。有适用于 VS 2010 的 Silverlight 4 工具,但如果没有 VS,则无法安装。我还找到了 Silverlight 4 SDK RC 的链接,但我认为现在应该有 RTM 版本了:)。
如果有必要,我们可以手动将一些文件从 VS 机器复制到构建服务器。但我们不想进行完整的 VS 安装,因为这会使 CI 环境与生产环境有太大差异。
We're setting up a TeamCity build server for continuous integration. To keep things clean, we don't want to install Visual Studio on the build server. I'm wondering how we can build Silverlight 4 apps without it?
I'd expect there to be a Silverlight 4 SDK which installs separately from VS - but so far I haven't found one. There's the Silverlight 4 tools for VS 2010, but that refuses to install without VS. I also found a link to a Silverlight 4 SDK RC, but I assume there should be an RTM version by now :).
If we have to, we can manually copy a few files from a VS machine to the build server. But we don't want to do a full VS install, since it will make the CI environment too different from production.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
访问 MSDN 上的 Silverlight Tools 主题,向下滚动在底部,您将找到有关 Silverlight 4 SDK 的部分,其中包含
Visit the Silverlight Tools topic on MSDN, scroll down to toward the bottom you will find a section on the Silverlight 4 SDK which includes a link to an independent install for the SDK alone. This install should not require VS and is what you need for a CI machine.