Skip to content

Commit 26c2595

Browse files
committed
Change comment
1 parent d853c96 commit 26c2595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildType = buildType + buildNumber;
3131
var tagName = EnvironmentVariable("BUILD_SOURCEBRANCH");
3232
if (tagName != null && tagName.StartsWith("refs/tags/v")) {
3333
tagName = EnvironmentVariable("BUILD_SOURCEBRANCHNAME");
34-
// On AppVeyor
34+
// On Azure
3535
buildVersion = tagName.Substring(1);
3636
if (!tagName.Contains("-")) {
3737
// Building a full release

0 commit comments

Comments
 (0)