mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
fixing another syntax error
This commit is contained in:
parent
58ed7f5f6a
commit
af41a59a60
@ -20,9 +20,9 @@ steps:
|
|||||||
- task: PoswerShell@v2
|
- task: PoswerShell@v2
|
||||||
inputs:
|
inputs:
|
||||||
targetType: 'inline'
|
targetType: 'inline'
|
||||||
script: |
|
script: |
|
||||||
$packageVersion = (Get-Content -Raw -Path $(System.DefaultWorkingDirectory)\src\package.json | ConvertFrom-Json).version;
|
$packageVersion = (Get-Content -Raw -Path $(System.DefaultWorkingDirectory)\src\package.json | ConvertFrom-Json).version;
|
||||||
echo "##vso[task.setvariable variable=PACKAGE_VERSION]${packageVersion}"
|
echo "##vso[task.setvariable variable=PACKAGE_VERSION]${packageVersion}"
|
||||||
displayName: 'Setting packageVersion'
|
displayName: 'Setting packageVersion'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
Loading…
Reference in New Issue
Block a user