|
|
Browse by Tags
All Tags » Visual Studio » .NET 2.0 » Team System » Microsoft
-
A colleague of mine this week showed me his code coverage as being over 94% for his production code, which impressed me so much, it spurred me on to ensure that all code paths in my code from now on go blue instead of red when testing with Team coverage, using the Test driven .NET addin for visual studio 2008. Not sure what I'm on about, then ...
-
EXPORT
From Visual studio command prompt, issue the following command to export your work item type.
C:\>witexport /f "c:\BugWIT.xml" /t myservername /p mytfsprojectname /n "Bug" /exportgloballists
Work item type export complete.
IMPORT - Validation
First validate the xml file, using the validate switch
C:\>witimport ...
-
http://www.woodwardweb.com/vsts/000286.html
Hack #1 - Stopping Team Explorer from connecting on Visual Studio 2005 Start-up
Add a DWORD value called "AutoLoadServer" under HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\TeamFoundation. Zero means do not reconnect automatically.
I first read about this setting over at Tim ...
-
Change the old server name to the new one in the following places in order to rename a virtual PC that’s acting as a Team foundation server…Registry changes1. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\Secure\ConfigDb 2. ...
|
|
|