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

Commit a979cd2

Browse files
committed
Update UWP Gallery app cert
1 parent 51ad180 commit a979cd2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ Task ("cg-uwp-build-tests")
416416
.WithProperty("AppxBundle", "Always")
417417
.WithProperty("UapAppxPackageBuildMode", "StoreUpload")
418418
.WithProperty("AppxPackageSigningEnabled", "true")
419-
.WithProperty("PackageCertificateThumbprint", "56bd4afa82e773646496fb0c168516d3cbd85731")
419+
.WithProperty("PackageCertificateThumbprint", "edf444faf5de86f6de696f9cb434b9ae040257b1")
420420
.WithProperty("PackageCertificateKeyFile", "Xamarin.Forms.ControlGallery.WindowsUniversal_TemporaryKey.pfx")
421421
.WithProperty("PackageCertificatePassword", "")
422422
// The platform unit tests can't run when UseDotNetNativeToolchain is set to true so we force it off here

0 commit comments

Comments
 (0)