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
|
||||
inputs:
|
||||
targetType: 'inline'
|
||||
script: |
|
||||
$packageVersion = (Get-Content -Raw -Path $(System.DefaultWorkingDirectory)\src\package.json | ConvertFrom-Json).version;
|
||||
echo "##vso[task.setvariable variable=PACKAGE_VERSION]${packageVersion}"
|
||||
script: |
|
||||
$packageVersion = (Get-Content -Raw -Path $(System.DefaultWorkingDirectory)\src\package.json | ConvertFrom-Json).version;
|
||||
echo "##vso[task.setvariable variable=PACKAGE_VERSION]${packageVersion}"
|
||||
displayName: 'Setting packageVersion'
|
||||
|
||||
- script: |
|
||||
|
Loading…
Reference in New Issue
Block a user