mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
testing expression for variable value
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user