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

Commit

Permalink
Update UWP Gallery app cert
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis committed Aug 7, 2023
1 parent 51ad180 commit a979cd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion build.cake
Expand Up @@ -416,7 +416,7 @@ Task ("cg-uwp-build-tests")
.WithProperty("AppxBundle", "Always")
.WithProperty("UapAppxPackageBuildMode", "StoreUpload")
.WithProperty("AppxPackageSigningEnabled", "true")
.WithProperty("PackageCertificateThumbprint", "56bd4afa82e773646496fb0c168516d3cbd85731")
.WithProperty("PackageCertificateThumbprint", "edf444faf5de86f6de696f9cb434b9ae040257b1")
.WithProperty("PackageCertificateKeyFile", "Xamarin.Forms.ControlGallery.WindowsUniversal_TemporaryKey.pfx")
.WithProperty("PackageCertificatePassword", "")
// The platform unit tests can't run when UseDotNetNativeToolchain is set to true so we force it off here
Expand Down

0 comments on commit a979cd2

Please sign in to comment.