Thread: Call Stack
View Single Post
  #1  
Old 02-03-2010, 02:05 PM
maks maks is online now
Registered User
 
Join Date: 03-09-2005
Posts: 8
Call Stack

I would like to be able to get a callstack (as a string) for the current step that's being executed.

On a high level what I'm trying to do is the following. I'm integrating Visual Build with Team Foundation build by calling Visual build script (command line) from TFS build custom step. I've implemented a way to update my TFS build step message so it shows current Visual Build step name and index.
Reply With Quote