1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +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' displayName: 'Install Node.js'
- 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'