Skip to content

Commit

Permalink
Update azure-pipelines.yml (#513)
Browse files Browse the repository at this point in the history
* Update azure-pipelines.yml to remove build cert
  • Loading branch information
0x7c13 authored May 10, 2020
1 parent 6942141 commit c9f7423
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ steps:
inputs:
restoreSolution: '$(solution)'

- task: DownloadSecureFile@1
name: signingCert
displayName: 'Download Notepads build certificate'
inputs:
secureFile: 'Notepads_TemporaryKey.pfx'

- task: VSBuild@1
inputs:
platform: 'x64'
Expand All @@ -34,6 +28,4 @@ steps:
/p:AppxPackageDir="$(appxPackageDir)"
/p:AppxBundle=Always
/p:UapAppxPackageBuildMode=StoreUpload
/p:AppxPackageSigningEnabled=true
/p:PackageCertificateThumbprint=""
/p:PackageCertificateKeyFile="$(signingCert.secureFilePath)"'
/p:AppxPackageSigningEnabled=false'

0 comments on commit c9f7423

Please sign in to comment.