Skip to content

Commit 3fca600

Browse files
committed
Fix build paths
1 parent ef89e00 commit 3fca600

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ steps:
5858
displayName: 'Install Certificate'
5959
inputs:
6060
targetType: 'filePath'
61-
filePath: ImportCert.ps1
61+
filePath: 'build/ImportCert.ps1'
6262
env:
6363
password: $(pfx-password)
6464
pfx: $(c3d-codesign)
@@ -187,6 +187,6 @@ steps:
187187
displayName: 'Remove Cert'
188188
inputs:
189189
targetType: filePath
190-
filePath: 'RemoveCert.ps1'
190+
filePath: 'build/RemoveCert.ps1'
191191
arguments: '-thumb $(app_pfx_thumbprint)'
192192
condition: always()

0 commit comments

Comments
 (0)