Skip to content

Commit

Permalink
Remove --tags option, as I have amended the base tag to annotate it.
Browse files Browse the repository at this point in the history
  • Loading branch information
kode54 committed Jan 21, 2019
1 parent 199e786 commit c396fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Expand Up @@ -105,7 +105,7 @@ function Package

function Build
{
$commit = & git describe --always --tag
$commit = & git describe --always
if($onAppveyor) {
if($env:APPVEYOR_PULL_REQUEST_NUMBER) {
$prCommits = & git rev-list "$env:APPVEYOR_REPO_BRANCH.." --count
Expand Down
2 changes: 1 addition & 1 deletion version.bat
Expand Up @@ -7,7 +7,7 @@ setlocal enableextensions enabledelayedexpansion

cd /d "%~dp0"

for /f %%v in ('git describe --always --tag') do set version=%%v
for /f %%v in ('git describe --always') do set version=%%v

if not "%version%"=="" set version=!version:^:=_!

Expand Down

0 comments on commit c396fcd

Please sign in to comment.