mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +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