在 sharepoint 中构建并发布包

发布于 2024-07-30 01:49:10 字数 256 浏览 6 评论 0原文

我是配置/构建和发布管理的新手。 我们使用 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 技术交流群。

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

发布评论

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

评论(1

亽野灬性zι浪 2024-08-06 01:49:10

我同意 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.

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