1
0
mirror of https://github.com/bitwarden/desktop synced 2026-01-08 19:43:13 +00: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'