Skip to content

Commit

Permalink
minor bump
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Sep 5, 2024
1 parent fd6c7fd commit f11ff7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Nuke/IHavePublicApis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ private static AbsolutePath GetUnshippedFilePath(MsbProject project)
.Executes(
async () =>
{
Log.Information("hello there {Solution}", Solution);
foreach (var project in GetPublicApiAnalyzerProjects(Solution))
{
Log.Information("hello there {Project}", project.Name);
var shippedFilePath = GetShippedFilePath(project);
var unshippedFilePath = GetUnshippedFilePath(project);
if (!shippedFilePath.FileExists())
Expand Down Expand Up @@ -149,4 +147,4 @@ private IEnumerable<MsbProject> GetPublicApiAnalyzerProjects(Solution solution)
.AnalyzeAllProjects()
.Where(project => project.ContainsPackageReference("Microsoft.CodeAnalysis.PublicApiAnalyzers"));
}
}
}

0 comments on commit f11ff7b

Please sign in to comment.