mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-28 12:45:45 +01:00
fixing the AzureSignTool install task
This commit is contained in:
parent
9ead2f2bb8
commit
3099238762
@ -7,6 +7,7 @@ steps:
|
|||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
inputs:
|
inputs:
|
||||||
command: 'custom'
|
command: 'custom'
|
||||||
|
custom: 'tool'
|
||||||
arguments: 'install --global azuresigntool'
|
arguments: 'install --global azuresigntool'
|
||||||
displayName: 'install AzureSignTool'
|
displayName: 'install AzureSignTool'
|
||||||
|
|
||||||
@ -19,6 +20,7 @@ steps:
|
|||||||
- bash: |
|
- bash: |
|
||||||
GIT_RELEASE_VERSION=$(curl --silent "https://api.github.com/repos/joseph-flinn/desktop/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")')
|
GIT_RELEASE_VERSION=$(curl --silent "https://api.github.com/repos/joseph-flinn/desktop/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")')
|
||||||
echo "##vso[task.setvariable variable=git_release_version]$GIT_RELEASE_VERSION"
|
echo "##vso[task.setvariable variable=git_release_version]$GIT_RELEASE_VERSION"
|
||||||
|
displayName: 'set git_release_version'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
ls -alh $(System.ArtifactsDirectory)
|
ls -alh $(System.ArtifactsDirectory)
|
||||||
|
Loading…
Reference in New Issue
Block a user