From 5ae39d8fc3c55558d5c1f1d31bd814102f0750d5 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Wed, 16 Dec 2020 23:00:51 +0000 Subject: [PATCH] moving away from cmd task to the script shortcut --- .az-pipelines/sign-windows-artifacts.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.az-pipelines/sign-windows-artifacts.yml b/.az-pipelines/sign-windows-artifacts.yml index 1a4f4ef4d7..b5036841ff 100644 --- a/.az-pipelines/sign-windows-artifacts.yml +++ b/.az-pipelines/sign-windows-artifacts.yml @@ -27,10 +27,8 @@ steps: echo GIT_RELEASE_VERSION=$(git_release_version) displayName: 'show artifacts' -- task: CmdLine@2 +- script: AzureSignTool --help displayName: 'Debugging AST' - inputs: - script: AzureSignTool --help - task: CmdLine@2 displayName: 'Sign artifacts'