You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$"It looks like the branch being examined is a detached Head pointing to commit '{fixture.LocalRepositoryFixture.Repository.Head.Tip.Id.ToString(7)}'. Without a proper branch name GitVersion cannot determine the build version.");
logMessages.ShouldContain(message =>message.Trim().StartsWith("WARN")&&message.Contains(propertyName),1,$"Expected a warning to be logged when using the variable {propertyName} in a configuration format template");
51
+
}
52
+
28
53
[Test]
29
54
[Category("NoMono")]
30
55
[Description("Won't run on Mono due to source information not being available for ShouldMatchApproved.")]
0 commit comments