Skip to content

Commit

Permalink
Fix main repository url
Browse files Browse the repository at this point in the history
+semver:patch
  • Loading branch information
hazzik committed Oct 7, 2020
1 parent 454fa9a commit 20114ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/parameters.cake
Expand Up @@ -52,10 +52,10 @@ public class BuildParameters
IsRunningOnWindows = context.IsRunningOnWindows(),
IsRunningOnAppVeyor = buildSystem.AppVeyor.IsRunningOnAppVeyor,
IsPullRequest = buildSystem.AppVeyor.Environment.PullRequest.IsPullRequest,
IsMainRepo = StringComparer.OrdinalIgnoreCase.Equals("FluentNHibernate/fluent-nhibernate", buildSystem.AppVeyor.Environment.Repository.Name),
IsMainRepo = StringComparer.OrdinalIgnoreCase.Equals("nhibernate/fluent-nhibernate", buildSystem.AppVeyor.Environment.Repository.Name),
IsMainBranch = StringComparer.OrdinalIgnoreCase.Equals("master", buildSystem.AppVeyor.Environment.Repository.Branch),
IsTagged = IsBuildTagged(buildSystem),
GitHub = BuildGitHub.GetWithCredentials(context, "FluentNHibernate", "fluent-nhibernate"),
GitHub = BuildGitHub.GetWithCredentials(context, "nhibernate", "fluent-nhibernate"),
NuGet = BuildNuGet.GetWithCredentials(context),
ReleaseNotes = context.ParseReleaseNotes("./ReleaseNotes.md"),
IsPublishBuild = IsPublishing(target),
Expand Down

0 comments on commit 20114ca

Please sign in to comment.