mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
C#: Fix compiler warnings related to errors in XML comments.
This commit is contained in:
@@ -49,11 +49,9 @@ namespace Semmle.Autobuild.CSharp
|
||||
tryCleanExtractorArgsLogs &
|
||||
BuildScript.DeleteFile(Extractor.GetCSharpLogPath());
|
||||
|
||||
/// <summary>
|
||||
/// Execute script `s` and check that the C# extractor has been executed.
|
||||
/// If either fails, attempt to cleanup any artifacts produced by the extractor,
|
||||
/// and exit with code 1, in order to proceed to the next attempt.
|
||||
/// </summary>
|
||||
// Execute script `s` and check that the C# extractor has been executed.
|
||||
// If either fails, attempt to cleanup any artifacts produced by the extractor,
|
||||
// and exit with code 1, in order to proceed to the next attempt.
|
||||
BuildScript IntermediateAttempt(BuildScript s) =>
|
||||
(s & this.autobuilder.CheckExtractorRun(false)) |
|
||||
(attemptExtractorCleanup & BuildScript.Failure);
|
||||
|
||||
Reference in New Issue
Block a user