Browse by Tags
All Tags »
Team Foundation Server (
RSS)
I search the net for a while for this problem: We using tfs build to perform a daily build. The following tasks are performed in the build: Run all tests Update assembly info The solution contains the following elements: Web services Client application...
The guideline of Team Development with Visual Studio Team Foundation Server is available.
I had added a couple of team tests to get our daily build right. But now delete the team builds.... http://msdn2.microsoft.com/en-us/library/ms181719(VS.80).aspx
Creating a team build is not that of a problem. In VS2005 use the wizard and it is pretty straight forward. In my case we had some issues. Let me explain the context: to execute the build we use a dedicated build server. After the build we want the unit...
In a project I'm working on we had this problem. Building the project of the web site was slow, and I mean real slow. After doing some google-ing we came across a post of ScottGu's . The solution we did, was deleting the refresh files of our library...
To perform code analysis it is pretty sure that you want to disable some rules. But how to share those over multiple projects in a solution. Or you want to make it a standard over solutions. Well this post helps. And I copy/past the post. :-) If your...
This post is about the future release of team system. Some nice features in the next version of team edition for developers: Code metrics, "Hotpathing" and Profiler Support for WCF Applications. The last is interesting for me because currently we are...
Currently we are discovering the features of Team System. And one of the things i came across was that i was not able to open the work items of a project in team system. After searching the internet I found the solution... Remove the cache... point 3...