mirror of
https://github.com/bitwarden/desktop.git
synced 2025-02-20 01:51:26 +01:00
changing var syntax
This commit is contained in:
parent
627c3eaec5
commit
6a0154cad0
@ -26,9 +26,10 @@ steps:
|
|||||||
displayName: 'Setting packageVersion'
|
displayName: 'Setting packageVersion'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
echo "package version: ${ packageVersion }"
|
echo "package version: ${ PACKAGEVERSION }"
|
||||||
echo "package version: $(packageVersion)"
|
echo "package version: $(PACKAGEVESRION)"
|
||||||
exit 1
|
exit 1
|
||||||
|
displayName: Package Version testing
|
||||||
|
|
||||||
- script: npm install
|
- script: npm install
|
||||||
displayName: 'npm install'
|
displayName: 'npm install'
|
||||||
|
Loading…
Reference in New Issue
Block a user