Skip to content

Commit

Permalink
(maint) Remove unused property
Browse files Browse the repository at this point in the history
While reviewing the changes being made, spotted a property that wasn't
being used anywhere, so decided to remove it.
  • Loading branch information
gep13 committed Jan 4, 2024
1 parent c9e180b commit 1fc8817
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Chocolatey.Cake.Recipe/Content/parameters.cake
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ public static class BuildParameters
public static bool IsDotNetBuild { get; set; }
public static bool IsLocalBuild { get; private set; }
public static bool IsPullRequest { get; private set; }
public static bool IsRepositoryHostedOnGitHub { get; private set; }
public static bool IsTagged { get; private set; }
public static string MasterBranchName { get; private set; }
public static MastodonCredentials Mastodon { get; private set; }
Expand Down

0 comments on commit 1fc8817

Please sign in to comment.