TFS2010 - Logging inside custom build activity

前端 未结 2 1448
半阙折子戏
半阙折子戏 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 18:51

    You could try setting the following attribute on the Build Process Template XAML (cannot be done via the designer) to suppress the messages:

    mtbwt:BuildTrackingParticipant.Importance="None"
    

    example from my template:

    
    

提交回复
热议问题