We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de4259 commit a90f491Copy full SHA for a90f491
csharp/autobuilder/Semmle.Autobuild.CSharp/CSharpAutobuilder.cs
@@ -135,7 +135,7 @@ protected override void AutobuildFailureDiagnostic()
135
"no-projects-or-solutions",
136
"No project or solutions files found",
137
markdownMessage:
138
- "CodeQL could not find any project or solution files in your repository. " +
+ "CodeQL could not find any project or solution files in your repository.\n\n" +
139
$"Set up a [manual build command]({buildCommandDocsUrl})."
140
));
141
}
0 commit comments