Skip to content

Commit

Permalink
Fix build paths
Browse files Browse the repository at this point in the history
  • Loading branch information
CZEMacLeod committed Oct 26, 2021
1 parent ef89e00 commit 3fca600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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()

0 comments on commit 3fca600

Please sign in to comment.