Skip to content

Commit 499633b

Browse files
committed
Print vars
1 parent 67728cc commit 499633b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.cake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ buildType = buildType + buildNumber;
3030

3131
var tagName = EnvironmentVariable("BUILD_SOURCEBRANCH");
3232
if (tagName != null && tagName.StartsWith("refs/tags/v")) {
33+
Console.WriteLine(EnvironmentVariable("BUILD_SOURCEBRANCH"));
34+
Console.WriteLine(EnvironmentVariable("BUILD_SOURCEBRANCHNAME"));
3335
// On AppVeyor
3436
buildVersion = EnvironmentVariable("BUILD_SOURCEBRANCHNAME").Substring(1);
3537
if (!tagName.Contains("-")) {

0 commit comments

Comments
 (0)