Skip to content

Commit

Permalink
Added additonal log
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushikesh Vyas committed Nov 2, 2023
1 parent 0c7002f commit 262bc11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Workleap.OpenApi.MSBuild/SpectralManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,7 @@ private async Task GenerateSpectralReport(string swaggerDocumentPath, string rul
{
throw new OpenApiTaskFailedException($"Spectral report for {swaggerDocumentPath} could not be created.");
}

this._loggerWrapper.LogMessage("Spectral report generated. {0}", htmlReportPath);
}
}

0 comments on commit 262bc11

Please sign in to comment.