Skip to content

Commit

Permalink
Remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgDangl committed Aug 28, 2024
1 parent d27a745 commit e6cbbc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,6 @@ private void SetVersionInElectronManifest()
var completeChangeLog = $"## {releaseTag}" + Environment.NewLine + latestChangeLog;

var repositoryInfo = GetGitHubRepositoryInfo(GitRepository);
var nuGetPackages = OutputDirectory.GlobFiles("*.nupkg").Select(p => p.ToString()).ToArray();
Assert.NotEmpty(nuGetPackages);

await PublishRelease(x => x
.SetCommitSha(GitVersion.Sha)
Expand Down

0 comments on commit e6cbbc5

Please sign in to comment.