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 f795bc2 commit 582f092Copy full SHA for 582f092
build.cake
@@ -24,11 +24,6 @@ var nuGetApiKey =
24
EnvironmentVariable("NuGetApiKey") != null ? EnvironmentVariable("NuGetApiKey") :
25
null;
26
27
-if (TFBuild.IsRunningOnAzurePipelinesHosted)
28
-{
29
- Information("BRANCH: " + Environment.GetEnvironmentVariable("BUILD_SOURCEBRANCH"));
30
-}
31
-
32
var artifactsDirectory = Directory("./Artifacts");
33
var versionSuffix = string.IsNullOrEmpty(preReleaseSuffix) ? null : preReleaseSuffix + "-" + buildNumber.ToString("D4");
34
0 commit comments