1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-25 10:26:00 +02:00

fixing the AzureSignTool install task

This commit is contained in:
Joseph Flinn 2020-12-16 20:04:08 +00:00
parent 9ead2f2bb8
commit 3099238762

View File

@ -7,6 +7,7 @@ steps:
- task: DotNetCoreCLI@2
inputs:
command: 'custom'
custom: 'tool'
arguments: 'install --global azuresigntool'
displayName: 'install AzureSignTool'
@ -19,6 +20,7 @@ steps:
- bash: |
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"
displayName: 'set git_release_version'
- script: |
ls -alh $(System.ArtifactsDirectory)