在 sharepoint 中构建并发布包
我是配置/构建和发布管理的新手。 我们使用 VSS 作为配置管理工具,并且在项目中使用 SharePoint。 在 VSS 中,我们有很多文件,如 .cs、.snk、.dll、.pdb、.css、.js、.xml 等。 我们希望将构建/发布作为测试包来进行,这应该是内部交付。 我不知道如何创建构建/发布包。 任何人都可以给我任何建议/信息如何做到这一点吗? 另一件事:由于某些内部原因,我们无法使用任何免费软件或任何其他软件。 可以用 Visual Studio 来做到这一点吗?
I am new to config / build and release management.
We are using VSS for our config management tool and also we are using SharePoint in our project. In VSS we have lot of files like .cs, .snk, .dll, .pdb, .css, .js, .xml etc.
We want to make a build/release as a package for testing that should be an internal delivery. I don't have any idea how to create a build/release package. Can any body give me any suggestion/information how to do this?
One more thing: due to some internal reasons we can not use any free ware or any other software. Is it possible to do this with visual studio?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我同意 Mitch 的观点,仅使用 VSS 是不可能的。 但是...如果您不想使用 TFS(Team Foundation Server),这是首选选项,我建议您查看 巡航控制 用于进行构建。
另一种选择是使用某种自定义 MSBuild 项目将您的内容打包在一起,使用 WSP Builder 来让这个过程变得更好一点。 自动化此操作的最佳方法仍然是使用 TFS 或 Cruise Control 来构建自定义 MS 构建项目。
I agree with Mitch, not possible with VSS only. But...if you don´t wan´t to use TFS (Team Foundation Server) which is the preferred option I would recommend looking at Cruise Control for doing your builds.
The other option is to use some sort of custom MSBuild project to package your stuff together, use WSP Builder to make that process a bit better. The best way to automate this is still to use TFS or Cruise Control to build your custom MS build project.