Don't match warning/error text from package_tool in DotNetDebTool

This commit is contained in:
Jeremy Koritzinsky 2021-02-05 10:25:08 -08:00
parent 8a3c9ad911
commit 9abd0606af

View file

@ -84,6 +84,11 @@ namespace Microsoft.DotNet.Cli.Build
base.LogToolCommand($"{GetWorkingDirectory()}> {message}");
}
protected override void LogEventsFromTextOutput(string singleLine, MessageImportance messageImportance)
{
Log.LogMessage(messageImportance, singleLine, null);
}
protected override ProcessStartInfo GetProcessStartInfo(
string pathToTool,
string commandLineCommands,