mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
trying different variable block format
This commit is contained in:
parent
16bad9ed98
commit
b52f107810
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user