Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Updated CI cert thumbprint
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Mar 30, 2021
1 parent bddb7eb commit 32c87ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/debug-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ steps:
/p:AppxBundle=Always
/p:UapAppxPackageBuildMode=StoreUpload
/p:AppxPackageSigningEnabled=true
/p:PackageCertificateThumbprint="CE590AC1C92838F969D0895249013092E64829DD"
/p:PackageCertificateThumbprint="7BB283898930C7D4322471492FD0710312287139"
/p:PackageCertificateKeyFile="$(signingCert.secureFilePath)"
/p:PackageCertificatePassword="$(signingCert.password)"
/t:UWPX_UI'
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/debug-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ steps:
/p:AppxBundle=Always
/p:UapAppxPackageBuildMode=StoreUpload
/p:AppxPackageSigningEnabled=true
/p:PackageCertificateThumbprint="CE590AC1C92838F969D0895249013092E64829DD"
/p:PackageCertificateThumbprint="7BB283898930C7D4322471492FD0710312287139"
/p:PackageCertificateKeyFile="$(signingCert.secureFilePath)"
/p:PackageCertificatePassword="$(signingCert.password)"
/t:UWPX_UI'
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/debug-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ steps:
/p:AppxBundle=Always
/p:UapAppxPackageBuildMode=StoreUpload
/p:AppxPackageSigningEnabled=true
/p:PackageCertificateThumbprint="CE590AC1C92838F969D0895249013092E64829DD"
/p:PackageCertificateThumbprint="7BB283898930C7D4322471492FD0710312287139"
/p:PackageCertificateKeyFile="$(signingCert.secureFilePath)"
/p:PackageCertificatePassword="$(signingCert.password)"
/t:UWPX_UI'
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/release-sideload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ steps:
/p:UapAppxPackageBuildMode=StoreUpload
/p:BuildAppxUploadPackageForUap=true
/p:AppxPackageSigningEnabled=true
/p:PackageCertificateThumbprint="CE590AC1C92838F969D0895249013092E64829DD"
/p:PackageCertificateThumbprint="7BB283898930C7D4322471492FD0710312287139"
/p:PackageCertificateKeyFile="$(signingCert.secureFilePath)"
/p:PackageCertificatePassword="$(signingCert.password)"
/t:UWPX_UI'
Expand Down

0 comments on commit 32c87ee

Please sign in to comment.