1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-25 10:26:00 +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:
- 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:
- task: DotNetCoreCLI@2