1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

trying to cd into AST before running AST

This commit is contained in:
Joseph Flinn
2020-12-31 18:48:47 +00:00
parent a08783eb9b
commit 2ae72a66bc

View File

@@ -19,7 +19,9 @@ steps:
dotnet build dotnet build
displayName: 'Install AST' displayName: 'Install AST'
- script: dotnet run -- sign --help - script: |
cd AzureSignTool
dotnet run -- sign --help
displayName: 'Debugging AST' displayName: 'Debugging AST'
- script: exit 1 - script: exit 1