tfs - How can I collect name of dlls, which have already built during a running build. -
i have tfs 2012 build agent , buld controller. if start build, time consuming, write log file names of dlls have been built (like build window). if part of build (dll) has failed, log reason error too. have ibuilddetail
object don't find relevant properties.
the tfs build kicks off msbuild tool perform actual compilation. default tfs capture msbuild log (which contains info built, errors, warnings, etc). msbuild log included in build drop , linked tfs build summary , details page.
i don't think ibuilddetail have of information, aside build warnings , build errors should propagate tfs build info.
other parsing msbuild log extract data want, don't think there's other easier ways. trying accomplish, maybe can suggest better approach?