mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
testing expression for variable value
This commit is contained in:
parent
378454ce03
commit
16bad9ed98
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user