1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-25 10:26:00 +02:00

changing var syntax

This commit is contained in:
Joseph Flinn 2020-12-30 23:09:07 +00:00
parent 627c3eaec5
commit 6a0154cad0

View File

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