Skip to content

Commit

Permalink
Fix up script
Browse files Browse the repository at this point in the history
  • Loading branch information
CharliePoole committed Sep 25, 2024
1 parent 188a45c commit 9a243df
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.cake
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
static string Target; Target = GetArgument("target|t", "Default");
static string Configuration; Configuration = GetArgument("configuration|c", "Release");

#tool nuget:?package=NUnit.ConsoleRunner&version=3.10.0
#tool nuget:?package=GitVersion.CommandLine&version=5.0.0
#tool nuget:?package=GitReleaseManager&version=0.11.0
#tool nuget:?package=GitReleaseManager&version=0.18.0

#load "./build/parameters.cake"

Expand Down Expand Up @@ -418,9 +417,6 @@ Task("CreateDraftRelease")
Name = releaseName,
Milestone = milestone
});

GitReleaseManagerExport(parameters.GitHubAccessToken, GITHUB_OWNER, GITHUB_REPO, "DraftRelease.md",
new GitReleaseManagerExportSettings() { TagName = milestone });
}
else
{
Expand Down

0 comments on commit 9a243df

Please sign in to comment.