Skip to content

Commit 198c91c

Browse files
committed
Merge pull request #3315 from arturcic/feature/1054
1 parent b4d828c commit 198c91c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

GitVersion.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
assembly-versioning-scheme: MajorMinorPatch
2+
branches:
3+
main:
4+
tag: beta
5+
support:
6+
tag: beta

build/common/Utilities/ContextExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static void ValidateOutput(this ICakeContext context, string cmd, string?
7575
var outputStr = string.Concat(output);
7676
context.Information(outputStr);
7777

78-
Assert.Equal(expected, expected);
78+
Assert.Equal(expected, outputStr);
7979
}
8080

8181
public static bool IsEnabled(this ICakeContext context, string envVar, bool nullOrEmptyAsEnabled = true)

0 commit comments

Comments
 (0)