From 3099238762074b4e1b0e381267951bbf39226f85 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Wed, 16 Dec 2020 20:04:08 +0000 Subject: [PATCH] fixing the AzureSignTool install task --- .az-pipelines/sign-windows-artifacts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.az-pipelines/sign-windows-artifacts.yml b/.az-pipelines/sign-windows-artifacts.yml index 64a4e40b145..40e9c0b647c 100644 --- a/.az-pipelines/sign-windows-artifacts.yml +++ b/.az-pipelines/sign-windows-artifacts.yml @@ -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)