HI,
Our project has lots of source files, when build it on TFS server, the build activity "Get Workspace" would log lots of message to show getting the sources files like below:
Get Workspace- Inputs
- Outputs
Getting a.cs
Getting b.cs
....
This kind of log "Getting *.cs" is useless to us and also has a bad impact on reading other useful info. We have tried the method
"mtbwt:BuildTrackingParticipant.Importance="None" but it doesn't work for us.
So any other good idea? thanks