.NET Bits

.NET tidbits

Browse by Tags

All Tags » Team System (RSS)
TFS- Controlling Labelling
TFS does a great job of automating build. With out having to mess with msbuild , it will pull all the source code from source control, do the build label the build in source control etc. In our scenario we did not want TFS to label each and every build...
Posted: Oct 06 2008, 07:41 AM by Jeev | with no comments
Filed under:
Visual Studio 2010 & .NET Framework 4.0
Some information on Vistual Studio 2010 aka Rosario and .NET Framework 4.0 From Channel9 , From the Microsoft Web site , From CRN Also note that from October 1st all MSDN subscribers who get Visual Studio Team System Development edition will also get...
Preventing a check in from triggering a Continuous Integration (CI) build
As a part of the team build process, if you need to check out and check in a file and do not want that to trigger a CI build then the easiest way is to put ***NO_CI*** in the comment during check in.Easier than that there is built in property $( NoCICheckinComment...
Posted: Oct 01 2008, 01:44 PM by Jeev | with 1 comment(s)
Filed under:
Passing Dynamic Properties in TFS
Scenario: You have a TFS.proj file that builds a solution file and you want to pass a dynamically generated property to the solution file you are building. Eg it could be the version number that had to be passed over to the solution / say web deployment...
Posted: Sep 18 2008, 07:46 AM by Jeev | with no comments
Filed under:
More Posts