Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Dec 4, 2024
1 parent b15c513 commit 85a8c6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Build/IGenerateTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public interface IGenerateTools : IClean, ICompile, IHazMainProject, IHazGitRepo
{
SpecificationsDirectory.GlobFiles("*.json").ForEach(x =>
{
Serilog.Log.Information($"GenerateCode: {x.Name}");
GenerateCode(
x,
namespaceProvider: x => $"Nuke.Common.Tools.{x.Name}",
Expand Down

0 comments on commit 85a8c6c

Please sign in to comment.