Skip to content

Commit

Permalink
Merge pull request #57 from david-poindexter/build-issues-2
Browse files Browse the repository at this point in the history
Remove checksums
  • Loading branch information
valadas authored Feb 5, 2024
2 parents 07ef46b + 5e6078b commit 235b14d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,6 @@ class Build : NukeBuild
}
}

// Checksums
releaseNotesBuilder
.AppendLine()
.Append(File.ReadAllText(ArtifactsDirectory / "checksums.md"));

releaseNotes = releaseNotesBuilder.ToString();
Serilog.Log.Information(releaseNotes);
}
Expand Down

0 comments on commit 235b14d

Please sign in to comment.