trying another var extraction

This commit is contained in:
Joseph Flinn 2020-12-30 23:17:55 +00:00
parent f486077cf6
commit 668914286a
1 changed files with 3 additions and 2 deletions

View File

@ -26,8 +26,9 @@ steps:
displayName: 'Setting packageVersion'
- script: |
echo "package version: ${ PACKAGEVERSION }"
echo "package version: $(PACKAGEVERSION)"
echo "package version: $packageVersion"
echo "package version: $(packageVersion)"
echo "package version: ${packageVersion}"
exit 1
displayName: Package Version testing