Jakob Ehn

Visual Studio ALM MVP @Inmeta Crayon
posts - 45, comments - 240, trackbacks - 0

My Links

News

Microsoft Community Contributor Award 2011

Twitter





Tag Cloud

Archives

Post Categories

Blogs

February 2012 Entries

Managing Build Templates with Community TFS Build Manager
A year ago I blogged about how to manage your build process templates using the TFS API. The main reason for doing this is that you can (and should!) store your “golden” build process templates in a common location in your TFS project collection, and then add them to each team project that requires those templates. This way, you can fix a bug or add a new feature in one place and have the change affect all build definitions. However, by having the build process templates in a single location, the...

Posted On Tuesday, February 21, 2012 2:02 PM | Feedback (0) | Filed Under [ TFS Team Build VSTS 2010 ]

Handling Warnings and Errors with InvokeProcess in TFS 2010 Build
The InvokeProcess activity is very useful when it comes to running shell commands and external command line tools during a build process. When it comes to integrating with TFS source control during a build, the TF.exe command line tool can be your friend, as it lets you do most of the usual stuff such as check-in, checkout, add, modify workspaces etc. However, it can be a bit tricky to handle the output from tf.exe, since it often produces warnings that is not necessarily a problem for your build....

Posted On Wednesday, February 01, 2012 8:55 PM | Feedback (0) | Filed Under [ TFS Team Build VSTS 2010 ]

Powered by: