1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-30 11:15:42 +02:00

testing expression for variable value

This commit is contained in:
Joseph Flinn 2020-12-16 19:30:46 +00:00
parent 378454ce03
commit 16bad9ed98

View File

@ -5,7 +5,7 @@ pool:
variables: variables:
- name: GIT_RELEASE_VERSION - name: GIT_RELEASE_VERSION
value: curl --silent "https://api.github.com/repos/joseph-flinn/desktop/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")' value: $[ curl --silent "https://api.github.com/repos/joseph-flinn/desktop/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")' ]
steps: steps:
- task: DotNetCoreCLI@2 - task: DotNetCoreCLI@2