TeamCity.MSBuild.Logger/IEventRegistry.cs (
9
lines of code) (
raw
):
namespace TeamCity.MSBuild.Logger { using System; using Microsoft.Build.Framework; internal interface IEventRegistry { IDisposable Register(BuildEventArgs buildEventArgs); } }