Skip to content

Commit

Permalink
Update update-version.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
sylveon committed Jan 23, 2024
1 parent 7063772 commit 82acbba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .azp/update-version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ $is_shallow = git rev-parse --is-shallow-repository
$tag_hash = git rev-list --tags --max-count=1
$head_hash = git rev-parse HEAD

echo $tag_hash
echo $head_hash

if ($is_shallow -eq "true")
{
if ($is_ci)
Expand Down

0 comments on commit 82acbba

Please sign in to comment.