TFS2010 - Logging inside custom build activity

前端 未结 2 1445
半阙折子戏
半阙折子戏 2021-01-26 18:32

We have a custom build activity, which performs the execution of our build. We use a custom activity, because the compilers we use are very special and the system is quite old a

2条回答
  •  情深已故
    2021-01-26 19:05

    mtbwt:BuildTrackingParticipant.Importance="Low"/"None" only controls the call (I guess). Instead use mtbwt:BuildTrackingParticipant.TrackingOption="None", which seems to get completely rid of all tracking messages in the call.

提交回复
热议问题