From c9f7423b7cc41f82d9cfc1f36b68ff660d87b703 Mon Sep 17 00:00:00 2001 From: Jiaqi Liu Date: Sat, 9 May 2020 20:13:17 -0700 Subject: [PATCH] Update azure-pipelines.yml (#513) * Update azure-pipelines.yml to remove build cert --- azure-pipelines.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 50b1aa674..64990b151 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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' @@ -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'