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()