File tree Expand file tree Collapse file tree
csharp/autobuilder/Semmle.Autobuild.CSharp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ protected override void AutobuildFailureDiagnostic()
138138 message = new DiagnosticMessage ( source )
139139 {
140140 MarkdownMessage =
141- "We found multiple potential build scripts for your project and " +
141+ "CodeQL found multiple potential build scripts for your project and " +
142142 $ "attempted to run `{ buildCommandAutoRule . ScriptPath } `, which failed. " +
143143 "This may not be the right build script for your project. " +
144144 "You can specify which build script to use by providing a suitable build command for your project."
@@ -150,7 +150,7 @@ protected override void AutobuildFailureDiagnostic()
150150 message = new DiagnosticMessage ( source )
151151 {
152152 MarkdownMessage =
153- "We attempted to build your project using a script located at " +
153+ "CodeQL attempted to build your project using a script located at " +
154154 $ "`{ buildCommandAutoRule . ScriptPath } `, which failed. " +
155155 "You can manually specify a suitable build command for your project."
156156 } ;
You can’t perform that action at this time.
0 commit comments