mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
using the var that I actually set....
This commit is contained in:
parent
668914286a
commit
b01d9f9993
@ -26,9 +26,9 @@ steps:
|
||||
displayName: 'Setting packageVersion'
|
||||
|
||||
- script: |
|
||||
echo "package version: $packageVersion"
|
||||
echo "package version: $(packageVersion)"
|
||||
echo "package version: ${packageVersion}"
|
||||
echo "package version: $PACKAGE_VERSION"
|
||||
echo "package version: ${{ PACKAGE_VERSION }}"
|
||||
echo "package version: ${ PACKAGE_VERSION }"
|
||||
exit 1
|
||||
displayName: Package Version testing
|
||||
|
||||
@ -55,7 +55,7 @@ steps:
|
||||
|
||||
- task: PublishPipelineArtifact@1
|
||||
inputs:
|
||||
pathToPublish: '$(System.DefaultWorkingDirectory)/dist/Bitwarden-Portable-${ packageVersion }.exe'
|
||||
pathToPublish: '$(System.DefaultWorkingDirectory)/dist/Bitwarden-Portable-${ PACKAGE_VERSION }.exe'
|
||||
artifactName: Bitwarden-Portable-$(packageVersion).exe
|
||||
|
||||
# - task: PublishPipelineArtifact@1
|
||||
|
Loading…
Reference in New Issue
Block a user