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

trying another thing

This commit is contained in:
Joseph Flinn 2020-12-30 22:54:55 +00:00
parent bc21106448
commit 3f39d1ccb3

View File

@ -18,7 +18,7 @@ steps:
displayName: 'Install Node.js'
- 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}"
displayName: 'Setting packageVersion'