Skip to content

Commit

Permalink
Fix variable reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
mthamil committed Apr 5, 2017
1 parent 0538aff commit 3055886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ init:
$Env:VersionPrefix = "$($Env:major).$($Env:minor).$($Env:APPVEYOR_BUILD_NUMBER)"
$Env:VersionSuffix = "$(if ($Env:APPVEYOR_REPO_BRANCH -ne 'master') { $Env:APPVEYOR_REPO_BRANCH } else { '' })"
$Env:VersionDelimiter = "$(if ($Env:VersionSuffix -ne '') { '-' } else { '' })"
appveyor UpdateBuild -Version "$($Env:VersionPrefix)$(Env:VersionDelimiter)$($Env:VersionSuffix)"
appveyor UpdateBuild -Version "$($Env:VersionPrefix)$($Env:VersionDelimiter)$($Env:VersionSuffix)"
#---------------------------------#
# build configuration #
Expand Down

0 comments on commit 3055886

Please sign in to comment.