单击一次& TFS 自动构建和部署
我有一个内部使用的应用程序,该应用程序是通过 ClickOnce 部署的。我们有 5 个位置,我通过更改位置设置并运行发布 5 次来手动部署安装。
我们有 TFS 2010,但我不熟悉将其用于源代码控制之外的其他用途。我想探索使用 Team Foundation Server (2010) 来完成此任务的可能性。如果配置正确,TFS 能够执行此操作吗?
I have an application that we use internally that is deployed through ClickOnce. We have 5 locations that I deploy the Install to manually by changing the Location Settings and running the Publish 5 times.
We have TFS 2010 but I am unfamiliar with using it for anything besides Source Control. I would like to explore the possibility of using Team Foundation Server (2010) to accomplish this. Is this something TFS is capable of doing if configured correctly?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
了解 MSBuild 及其基于 XML 的架构/配置。在之前的职位上,我有一个 MSBuild 任务设置,可以轻松地推出 ClickOnce 部署,一旦你确定了其中一个,那么获得其他 4 个部署就很简单了。我记得 MSBuild 有一点学习曲线。
有用的链接:
从命令行构建 ClickOnce 应用程序
发布 ClickOnce使用命令行 MSBuild 的项目
我不怀疑 TFS 对 MSBuild 有一些有用的东西,也许是基于 GUI 的设置,但我不能说。
Take a peek into MSBuild and its XML based schema/configuration. At a previous position, I had a MSBuild task setup to push out ClickOnce deployments with ease, once you nailed one getting the 4 others would be simple repetition. I recall MSBuild having a bit of a learning curve.
Helpful links:
Building ClickOnce Applications from the Command Line
Publishing a ClickOnce project with command-line MSBuild
I don't doubt that TFS has something useful for MSBuild, an GUI based setup perhaps, but I cannot say.