We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef89e00 commit 3fca600Copy full SHA for 3fca600
1 file changed
build/azure-pipelines.yml
@@ -58,7 +58,7 @@ steps:
58
displayName: 'Install Certificate'
59
inputs:
60
targetType: 'filePath'
61
- filePath: ImportCert.ps1
+ filePath: 'build/ImportCert.ps1'
62
env:
63
password: $(pfx-password)
64
pfx: $(c3d-codesign)
@@ -187,6 +187,6 @@ steps:
187
displayName: 'Remove Cert'
188
189
targetType: filePath
190
- filePath: 'RemoveCert.ps1'
+ filePath: 'build/RemoveCert.ps1'
191
arguments: '-thumb $(app_pfx_thumbprint)'
192
condition: always()
0 commit comments