Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSign UWP packages by default. #25661
Conversation
highfive
commented
Jan 31, 2020
|
Heads up! This PR modifies the following files:
|
|
@bors-servo r+ |
|
|
Sign UWP packages by default. Signing needs to be disabled when creating packages that are submitted to the MS app store, but it needs to be enabled in order to create packages that can be sideloaded. Since sideloading is the much more common operation, let's turn it on by default and make it possible to opt out of it. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #25362 - [x] These changes do not require tests because we don't have UWP tests
|
|
|
|
Does it need this line back? |
|
Good catch! |
|
@bors-servo try=windows |
Sign UWP packages by default. Signing needs to be disabled when creating packages that are submitted to the MS app store, but it needs to be enabled in order to create packages that can be sideloaded. Since sideloading is the much more common operation, let's turn it on by default and make it possible to opt out of it. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #25362 - [x] These changes do not require tests because we don't have UWP tests
|
|
Running into that issue as well: #25745 I think that not using a password will solve that specific issue, but installing the certificate (in the Root store) will solve that issue and also the issue we have in #25745. I don’t know if having a password will cause problems after the certificate has been installed. @SimonSapin can you help: we need to run:
|
|
|
jdm commentedJan 31, 2020
Signing needs to be disabled when creating packages that are submitted to the MS app store, but it needs to be enabled in order to create packages that can be sideloaded. Since sideloading is the much more common operation, let's turn it on by default and make it possible to opt out of it.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errors