You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Whether to auto-detect the branch name - this is okay for a local build, but should not be used under CI.")]
27
+
readonlyboolAutoDetectBranch=IsLocalBuild;
27
28
28
-
[Parameter("Branch name for OctoVersion to use to calculate the version number. Can be set via the environment variable OCTOVERSION_CurrentBranch.",Name="OCTOVERSION_CurrentBranch")]
29
+
[Parameter(
30
+
"Branch name for OctoVersion to use to calculate the version number. Can be set via the environment variable OCTOVERSION_CurrentBranch.",
31
+
Name="OCTOVERSION_CurrentBranch")]
29
32
readonlystringBranchName;
30
-
[Parameter("Whether to auto-detect the branch name - this is okay for a local build, but should not be used under CI.")]
0 commit comments