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