Skip to content

Commit 31021ae

Browse files
Update buildVersion
1 parent b0740a3 commit 31021ae

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:buildVersion
4+
$global:build = $env:id
55

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

0 commit comments

Comments
 (0)