From 3fca600c49a008f4ec206ded1d600be12b66e752 Mon Sep 17 00:00:00 2001 From: "Cynthia Z E MacLeod (C3D)" Date: Tue, 26 Oct 2021 02:08:58 +0100 Subject: [PATCH] Fix build paths --- build/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 28a7a7f..a918129 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -58,7 +58,7 @@ steps: displayName: 'Install Certificate' inputs: targetType: 'filePath' - filePath: ImportCert.ps1 + filePath: 'build/ImportCert.ps1' env: password: $(pfx-password) pfx: $(c3d-codesign) @@ -187,6 +187,6 @@ steps: displayName: 'Remove Cert' inputs: targetType: filePath - filePath: 'RemoveCert.ps1' + filePath: 'build/RemoveCert.ps1' arguments: '-thumb $(app_pfx_thumbprint)' condition: always()