From 2d2c1d632e7225bdd4fb60b7f13363a1b8337ce6 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Thu, 31 Dec 2020 19:10:58 +0000 Subject: [PATCH] experimenting after getting it the project to run on Linux container --- .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 c78eab13..a115986b 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 --project azuresigntool -- sign --help + dotnet run --project src/AzureSignTool -- sign --help displayName: 'Debugging AST' - script: exit 1