开发者

check in procedure in Visual Studio's Team System

开发者 https://www.devze.com 2023-01-31 16:31 出处:网络
In my team we\'re using Visual Studio\'开发者_运维问答s Team System as our source control. I\'d like to add some sort of a check in procedure, i.e., compiling the whole code before actually checking i

In my team we're using Visual Studio'开发者_运维问答s Team System as our source control. I'd like to add some sort of a check in procedure, i.e., compiling the whole code before actually checking it in, and if the code does not compile, do not allow the check in. I've googled the issue but probably used wrong keywords. I'd appreciate your help.

Thanks


Team Foundation Server 2010 supports gated builds. That means you can shelve your changes in TFS, and have the build process check them in only when a build succeeds including those changes.

0

精彩评论

暂无评论...
验证码 换一张
取 消