mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
trying another var extraction
This commit is contained in:
parent
f486077cf6
commit
668914286a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user