简体   繁体   English

在sharepoint中构建和发布程序包

[英]build and release package in sharepoint

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. 我们将VSS用于配置管理工具,并且还在项目中使用SharePoint。 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. 在VSS中,我们有很多文件,例如.cs,.snk,.dll,.pdb,.css,.js,.xml等。我们希望将内部版本作为测试的包进行构建/发布。 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? 使用Visual Studio可以做到这一点吗?

I agree with Mitch, not possible with VSS only. 我同意Mitch,仅使用VSS不可能。 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. 但是...如果您不想使用TFS(Team Foundation Server),这是首选,我建议您使用Cruise Control进行构建。

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. 另一个选择是使用某种自定义的MSBuild项目将您的东西打包在一起,使用WSP Builder使该过程更好一些。 The best way to automate this is still to use TFS or Cruise Control to build your custom MS build project. 自动化的最佳方法仍然是使用TFS或Cruise Control来构建您的自定义MS构建项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM