diff --git a/src/StructuredLogViewer/Controls/BuildControl.xaml.cs b/src/StructuredLogViewer/Controls/BuildControl.xaml.cs index 956df1d53..dbf8c1dbe 100644 --- a/src/StructuredLogViewer/Controls/BuildControl.xaml.cs +++ b/src/StructuredLogViewer/Controls/BuildControl.xaml.cs @@ -646,7 +646,8 @@ private void PopulateProjectGraph() "$task $time", "$message CompilerServer failed", "will be compiled because", - "$secret" + "$secret", + "$secret not(username)" }; private static string[] nodeKinds = new[]