Attention: We have retired the ASP.NET Community Blogs. Learn more >

Contents tagged with Team System

  • 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, but only builds that were of production quality. To turn off labelling in TFS build set the property SkipLabel to true like below

  • 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 project.