testing expression for variable value

This commit is contained in:
Joseph Flinn 2020-12-16 19:30:46 +00:00
parent 378454ce03
commit 16bad9ed98
1 changed files with 1 additions and 1 deletions

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