Skip to content

Commit 582f092

Browse files
committed
Remove debug
1 parent f795bc2 commit 582f092

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.cake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ var nuGetApiKey =
2424
EnvironmentVariable("NuGetApiKey") != null ? EnvironmentVariable("NuGetApiKey") :
2525
null;
2626

27-
if (TFBuild.IsRunningOnAzurePipelinesHosted)
28-
{
29-
Information("BRANCH: " + Environment.GetEnvironmentVariable("BUILD_SOURCEBRANCH"));
30-
}
31-
3227
var artifactsDirectory = Directory("./Artifacts");
3328
var versionSuffix = string.IsNullOrEmpty(preReleaseSuffix) ? null : preReleaseSuffix + "-" + buildNumber.ToString("D4");
3429

0 commit comments

Comments
 (0)