From 3172c7b87d04b76d5eef858961d350367b102331 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Thu, 31 Dec 2020 21:24:06 +0000 Subject: [PATCH] switching from 3.0.0 to the 0.0.0-hash version (where does this come from? idk) --- .az-pipelines/sign-windows-artifacts.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.az-pipelines/sign-windows-artifacts.yml b/.az-pipelines/sign-windows-artifacts.yml index 10360d4c3e1..a1030a9c178 100644 --- a/.az-pipelines/sign-windows-artifacts.yml +++ b/.az-pipelines/sign-windows-artifacts.yml @@ -16,9 +16,8 @@ steps: git clone https://github.com/vcsjones/AzureSignTool.git cd AzureSignTool dotnet --version - dotnet build -p:Version=3.0.0 - #dotnet pack --output ./nupkg - dotnet tool install --global --add-source ./nupkg --version 3.0.0 azuresigntool + dotnet pack --output ./nupkg + dotnet tool install --global --ignore-failed-sources --add-source ./nupkg --version 0.0.0-gce87e84a58 azuresigntool displayName: 'Install AST' - script: |