1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-27 03:53:00 +02: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
displayName: 'Install AST'
- script: dotnet run -- sign --help
- script: |
cd AzureSignTool
dotnet run -- sign --help
displayName: 'Debugging AST'
- script: exit 1