From 05c87e3bb7857508bfb18f3806d7de6c55974f6f Mon Sep 17 00:00:00 2001 From: SteVen Batten Date: Thu, 9 Sep 2021 12:57:26 -0700 Subject: [PATCH] remove path from old repo --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8d5b454..81b571f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -61,7 +61,7 @@ steps: displayName: Find ESRP CLI - powershell: | - node build\azure-pipelines\common\sign $env:EsrpCliDllPath windows $(ESRP-PKI) $(esrp-aad-username) $(esrp-aad-password) $(Build.BinariesDirectory) 'vscode-winsta11er-*.exe' + node sign $env:EsrpCliDllPath windows $(ESRP-PKI) $(esrp-aad-username) $(esrp-aad-password) $(Build.BinariesDirectory) 'vscode-winsta11er-*.exe' displayName: Codesign - task: GitHubRelease@1