创建一个C#团队项目 [英] Create a C# Team Project

查看:419
本文介绍了创建一个C#团队项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好b $ b $
我正在开始一个我想做的团队项目,所以我在VSTS上做了这个
我发现一切都很棒但是,我有一个问题.b


如果我在项目中编辑一个文件,我应该办理登机手续吗?

这个不是我想要的,我想在没有办理登机手续的情况下按时编辑,其他人可以看到我在做什么。

这是可以在视觉工作室吗?



否则,如果您共享一些在线IDE来打开C#项目并构建它们会很不错。



另一件事..如何在Team Solution中构建C#项目?



提前致谢。

解决方案

在单元测试通过之前,您不应该执行检查,如果不进行单元测试,您确实应该编写单元测试以确保所做的任何更改按预期工作并且不会导致Visual Studio的其他部分解决方案失败。


以下是提前,我们有规则设置,所以当执行所有单元测试运行的检查时,如果即使一个失败,也不允许检入。我们选择了内部而非在线团队服务,这样可以更好地控制团队
服务的行为。预先警告这需要花费大量时间来设置构建和检入流程的规则。


关于团队中的其他人看到你在做什么,使用Skype,共享你的屏幕是一种选择 


Hi

I'm starting a team project I wanted to make, so I made it on VSTS
I found everything great but, there is a problem for me

If I edit a file in the project, I should check-in right?
well this is not what I wanted, I want to make it on-time edit without check-in and others can see what I'm doing.
is this could be possible in visual studio ?

Otherwise, it would be nice if you share some online IDE to open C# projects and build them.

Another thing.. how can I build the C# project in the Team Solution ?

Thanks in advance.

解决方案

You should not perform a check in until after your unit test have passed, if not doing unit test you really should be writing unit test to ensure any changes made work as expected and don’t cause other parts of your Visual Studio solution to fail.

The following is advance, we have rules setup so when a check in is performed all unit test run, if even one fails the check in is disallowed. We opted for on premise rather than online team services which allows much more control over the behavior of team services. Be forewarned this takes considerable time to setup things up for rules on builds and check in processes.

Concerning others on the team seeing what you are doing, use Skype, share your screen is an option. 


这篇关于创建一个C#团队项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆