diff --git a/.az-pipelines/sign-windows-artifacts.yml b/.az-pipelines/sign-windows-artifacts.yml index 4405e17723b..807ad4e54f6 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