build status

I have made a macro that executes on the build complete event, but I want to know if there were errors or not. I can't seem to find a method or property to query to find this information. Can anyone lead me to this information



Answer this question

build status

  • Rajesh77

    Try calling DTE.Solution.SolutionBuild.LastBuildInfo.

    Craig



  • build status