We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bac7d5 commit c5ffaa6Copy full SHA for c5ffaa6
build/parameters.cake
@@ -52,7 +52,7 @@ public class BuildParameters
52
IsRunningOnWindows = context.IsRunningOnWindows(),
53
IsRunningOnAppVeyor = buildSystem.AppVeyor.IsRunningOnAppVeyor,
54
IsPullRequest = buildSystem.AppVeyor.Environment.PullRequest.IsPullRequest,
55
- IsMainRepo = StringComparer.OrdinalIgnoreCase.Equals("FluentNHibernate/fluent-hibernate", buildSystem.AppVeyor.Environment.Repository.Name),
+ IsMainRepo = StringComparer.OrdinalIgnoreCase.Equals("FluentNHibernate/fluent-nhibernate", buildSystem.AppVeyor.Environment.Repository.Name),
56
IsMainBranch = StringComparer.OrdinalIgnoreCase.Equals("master", buildSystem.AppVeyor.Environment.Repository.Branch),
57
IsTagged = IsBuildTagged(buildSystem),
58
GitHub = BuildGitHub.GetWithCredentials(context, "FluentNHibernate", "fluent-nhibernate"),
0 commit comments