Skip to content

Commit b0740a3

Browse files
Fix buildVersion
1 parent 950bb53 commit b0740a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-example.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
param (
22
[string]$version = "latest"
33
)
4-
$global:build = $env:BUILD_NUMBER
4+
$global:build = $env:buildVersion
55

66
Write-Host "Build number: $build"
77
$global:errorCode = 0

0 commit comments

Comments
 (0)