Skip to content

Commit

Permalink
Fix buildVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisherAmonulloev committed Nov 21, 2024
1 parent 950bb53 commit b0740a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-example.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
param (
[string]$version = "latest"
)
$global:build = $env:BUILD_NUMBER
$global:build = $env:buildVersion

Write-Host "Build number: $build"
$global:errorCode = 0
Expand Down

0 comments on commit b0740a3

Please sign in to comment.