File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 8
8
[string ]$buildVersion = [Environment ]::GetEnvironmentVariable(" BUILD_VERSION" , [EnvironmentVariableTarget ]::Machine)
9
9
)
10
10
11
+ $global :CODE_CENTRAL_BUILD_VERSION = $Env: CodeCentralBuildVersion
12
+
11
13
# Repository's branch name, e.g. 24.1.3+
12
14
$global :BRANCH_NAME = $branchName
13
15
# Masstest-specific parameter. Specifies the minor version (example: '21.1.5') !or daily build (example: '21.2.2005')
@@ -218,6 +220,8 @@ function Write-BuildInfo {
218
220
Write-Output " Build Version: $BUILD_VERSION "
219
221
}
220
222
223
+ Write-Output " Code central build version:"
224
+ Write-Output $global :CODE_CENTRAL_BUILD_VERSION
221
225
Write-BuildInfo
222
226
Set-BuildVersion
223
227
Process - JavaScriptProjects - buildVersion $global :BUILD_VERSION
You can’t perform that action at this time.
0 commit comments