From 2ae72a66bc0e42b5d1fb6129db946ceaa55d8b15 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Thu, 31 Dec 2020 18:48:47 +0000 Subject: [PATCH] trying to cd into AST before running AST --- .az-pipelines/sign-windows-artifacts.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.az-pipelines/sign-windows-artifacts.yml b/.az-pipelines/sign-windows-artifacts.yml index 4405e17723..807ad4e54f 100644 --- a/.az-pipelines/sign-windows-artifacts.yml +++ b/.az-pipelines/sign-windows-artifacts.yml @@ -19,7 +19,9 @@ steps: dotnet build displayName: 'Install AST' -- script: dotnet run -- sign --help +- script: | + cd AzureSignTool + dotnet run -- sign --help displayName: 'Debugging AST' - script: exit 1