From 417f3121530e18eb31f2bdb91bf2d36fe0a5f11b Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Tue, 29 Dec 2020 18:28:39 +0000 Subject: [PATCH] fixing install --- .az-pipelines/test-ast-install.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.az-pipelines/test-ast-install.yml b/.az-pipelines/test-ast-install.yml index 61a3cb0d9b..5311d9ffe9 100644 --- a/.az-pipelines/test-ast-install.yml +++ b/.az-pipelines/test-ast-install.yml @@ -9,10 +9,8 @@ variables: steps: - script: | git clone https://github.com/vcsjones/AzureSignTool.git + cd AzureSignTool dotnet tool restore - - #set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true - #dotnet tool install --global AzureSignTool --version 2.0.17 displayName: 'install AzureSignTool' - script: dotnet tool list