1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

trying different variable block format

This commit is contained in:
Joseph Flinn
2020-12-16 19:33:14 +00:00
parent 16bad9ed98
commit b52f107810

View File

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