-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TW-72618 Add build problems about compilation errors from .NET runner…
… - clean code
- Loading branch information
NikolayPianikov
authored and
NikolayPianikov
committed
Aug 27, 2021
1 parent
2fb006c
commit d6025d7
Showing
5 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
TeamCity.MSBuild.Logger.Tests/TeamCityHierarchicalMessageWriterTests.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
namespace TeamCity.MSBuild.Logger | ||
{ | ||
// ReSharper disable once IdentifierTypo | ||
interface IInitializable | ||
{ | ||
void Initialize(); | ||
} | ||
internal interface IInitializable { } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters