We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d853c96 commit 26c2595Copy full SHA for 26c2595
build.cake
@@ -31,7 +31,7 @@ buildType = buildType + buildNumber;
31
var tagName = EnvironmentVariable("BUILD_SOURCEBRANCH");
32
if (tagName != null && tagName.StartsWith("refs/tags/v")) {
33
tagName = EnvironmentVariable("BUILD_SOURCEBRANCHNAME");
34
- // On AppVeyor
+ // On Azure
35
buildVersion = tagName.Substring(1);
36
if (!tagName.Contains("-")) {
37
// Building a full release
0 commit comments