Skip to content

Commit 91c8061

Browse files
committed
Enable Tracing in 'Set ReleaseTag' script
Signed-off-by: Sam Elliott <[email protected]>
1 parent c56dbfc commit 91c8061

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_build-deps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ steps:
1616

1717
- bash: |
1818
set -e
19+
set -x
1920
git fetch --tags
2021
2122
# git-describe --always almost does what we want, but we need to connect the
@@ -43,5 +44,6 @@ steps:
4344
tag_name="$(git describe --long)"
4445
fi
4546
47+
set +x
4648
echo "##vso[task.setvariable variable=ReleaseTag]${tag_name}"
4749
displayName: 'Set ReleaseTag'

0 commit comments

Comments
 (0)