Don't match warning/error text from package_tool in DotNetDebTool
This commit is contained in:
parent
8a3c9ad911
commit
9abd0606af
1 changed files with 5 additions and 0 deletions
|
@ -84,6 +84,11 @@ namespace Microsoft.DotNet.Cli.Build
|
||||||
base.LogToolCommand($"{GetWorkingDirectory()}> {message}");
|
base.LogToolCommand($"{GetWorkingDirectory()}> {message}");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override void LogEventsFromTextOutput(string singleLine, MessageImportance messageImportance)
|
||||||
|
{
|
||||||
|
Log.LogMessage(messageImportance, singleLine, null);
|
||||||
|
}
|
||||||
|
|
||||||
protected override ProcessStartInfo GetProcessStartInfo(
|
protected override ProcessStartInfo GetProcessStartInfo(
|
||||||
string pathToTool,
|
string pathToTool,
|
||||||
string commandLineCommands,
|
string commandLineCommands,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue