Skip to content

Commit

Permalink
[Build]Fix certificate UWP (xamarin#14377)
Browse files Browse the repository at this point in the history
* [Buold] Renew cert

* [Build] Update PackageCertificateThumbprint
  • Loading branch information
rmarinho authored Jun 29, 2021
1 parent 5e70757 commit 3a4f0f9
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
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ Task ("cg-uwp-build-tests")
.WithProperty("AppxBundle", "Always")
.WithProperty("UapAppxPackageBuildMode", "StoreUpload")
.WithProperty("AppxPackageSigningEnabled", "true")
.WithProperty("PackageCertificateThumbprint", "a59087cc92a9a8117ffdb5255eaa155748f9f852")
.WithProperty("PackageCertificateThumbprint", "4037087fd8b320f7c2a754cb55815b3914dcdb70")
.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 3a4f0f9

Please sign in to comment.