Posts
32
Comments
96
Trackbacks
0
VSTS
Visual Studio Team System
Team Build: Part 1
I’ve had the fortune of being involved in some pretty complex and elegant Team Build configurations. I’ve started to blog about individual points several times, but ended up figuring that I should instead write a series of posts about common goals and general Team Build approaches. I can’t take credit for all this content. Some I’ve developed over time, some I’ve learned from others on the web, and yet other stuff I’ve learned from co-workers. That said, here we go with Part 1. General Approach Every...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
Posted On Tuesday, March 10, 2009 4:32 PM | Feedback (0)
VCBuild, BK1513, and Team Build
I ran across this issue while automating a particularly complex build. It turns out the C++ project was being built twice during the automated build. Ensuring the build only ran the C++ project once fixed up my problem. Hope this helps anyone struggling with this combination of issues
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
Posted On Tuesday, January 27, 2009 2:55 AM | Feedback (0)
Team Foundation Server (TFS) 2008 and Authenticated SMTP
I needed to get TFS 2008 (both the server alerts and TFS web access) to send emails over a secure SMTP relay. "Easy", I thought. I remembered setting up SMTP username/password during the web access setup, at least, so I'll verify settings, and then it should just work. I couldn't be more wrong. Through peeling back the covers and discovery, I found myself saddened at the SMTP implementation in TFS. I can only hope that this is changed in a future service pack for TFS 2008, or at the very least, Rosario....
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati
Posted On Friday, June 13, 2008 1:37 PM | Feedback (5)
Comment and opinions are my own and do not reflect on my company in any way.