Skip to content

Commit

Permalink
fixup! Remove http connection
Browse files Browse the repository at this point in the history
  • Loading branch information
serialseb committed Mar 3, 2017
1 parent 4145c34 commit bc6a3d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/funcs/Set-Version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ if ($env:APPVEYOR_REPO_TAG) {
# $lastBuildVersion = $lastBuild.build.version

if ($branch -eq 'master') {
$buildVersionPrefix = "$version-ci"
$buildVersionPrefix = "$baseVersion-ci"
$version = "$buildVersionPrefix-$build"
}
else {
$buildVersionPrefix = "$version-b"
$buildVersionPrefix = "$baseVersion-b"
$version = "$buildVersionPrefix-$branch-$build"
}
}
Expand Down

0 comments on commit bc6a3d5

Please sign in to comment.