Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
burdoto committed Feb 27, 2021
1 parent 0f6456b commit 12eccea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
restoreSolution: '$(solution)'

- task: DownloadSecureFile@1
name: mySecureFile
name: keystoreFile
inputs:
secureFile: '$(signing.keystore)'

Expand All @@ -38,7 +38,7 @@ steps:
script: |
Write-Host "Start adding the PFX file to the certificate store."
$pfxpath = '$(signing.keystore)'
$pfxpath = '$(keystoreFile.secureFilePath)'
$password = '$(signing.password)'
Add-Type -AssemblyName System.Security
Expand Down

0 comments on commit 12eccea

Please sign in to comment.