Flor Chacón

Results 113 comments of Flor Chacón

The file extension should not be an issue. The file extension chosen by the build engine is not because it is outdated, but because you are targeting an older OS...

I'm not sure why it fails but I have a couple of suggestions to try and narrow it down. It seems your project is set up to create the .appinstaller...

Your project file specifies that the generated package should be signed and that an .appinstaller file should be generated: ```xml True ... True ``` That will be done by MSBuild...

That's good to hear. Yes, it does sound like a bug, so let's keep this open until it is fixed.

The MSIX Packaging task can only use the version of MSBuild that you have installed in your agent. So first you need to ensure that MSBuild 17.0 is installed. Then,...

I understand that this process is awkward at best, so I want to offer some insight to at least explain some of it. Ensuring that an update to an app...

@TimMangan > Loss of the certificate password […] means anything could be in code signed by the cert. I'm no expert in PKI, but I think that's what revocation is...

@jagbarcelo > Both certificates have an overlapping window where both are valid (the old one is not yet expired and the new one is already issued and valid). This is...

> "You will still need to install the old certificate (recommended with timestamp) on the machine for the platform to install the package that was signed by the new certificate"...

> `Unknown command line option: "/pb"` That probably means that the version of makeappx you are using does not support this feature. It is available starting on build 22000. I...