Skip to content

Commit

Permalink
appveyor grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
serialseb committed Dec 12, 2017
1 parent 31d52ae commit 6dc1919
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 @@ -16,7 +16,7 @@ install:
echo "VERSION: $version, build: $build, major: $major, branch: $branch"
if ($branch -eq 'master') {
$version = "$version-ci-$build"
} elseif ($env:APPVEYOR_REPO_TAG) {
} elseif ($env:APPVEYOR_REPO_TAG -eq "true") {
echo "Setting to tag name"
$version = $env:APPVEYOR_REPO_TAG_NAME
}
Expand Down

0 comments on commit 6dc1919

Please sign in to comment.