From 4a3f1ee5e646f7e223e999e6e7dab9bd0e1227b9 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Thu, 31 Dec 2020 18:52:52 +0000 Subject: [PATCH] specifying the project? --- .az-pipelines/sign-windows-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.az-pipelines/sign-windows-artifacts.yml b/.az-pipelines/sign-windows-artifacts.yml index 807ad4e5..c78eab13 100644 --- a/.az-pipelines/sign-windows-artifacts.yml +++ b/.az-pipelines/sign-windows-artifacts.yml @@ -21,7 +21,7 @@ steps: - script: | cd AzureSignTool - dotnet run -- sign --help + dotnet run --project azuresigntool -- sign --help displayName: 'Debugging AST' - script: exit 1