Skip to content

Commit

Permalink
Merge pull request #2919 from FirelyTeam/patch-versioning-suffix-6.0
Browse files Browse the repository at this point in the history
Update apply-versioning-steps-template.yml
  • Loading branch information
ewoutkramer authored Oct 16, 2024
2 parents 37814b9 + 1df454c commit 208de2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/templates/apply-versioning-steps-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
}
else
{
$suffix = $Env:CurrentSuffix-$Env:BUILD_BUILDNUMBER
$suffix = "$Env:CurrentSuffix-$Env:BUILD_BUILDNUMBER"
}
Write-Host "##vso[task.setvariable variable=CurrentSuffix]$suffix"
Expand Down

0 comments on commit 208de2f

Please sign in to comment.