microsoft / MSIX-PackageSupportFramework

The Package Support Framework (PSF) is a kit for applying compatibility fixes to packaged desktop applications.
MIT License
114 stars 57 forks source link

Azure pipelines esrpsigning #255

Closed SaiiDey closed 7 months ago

SaiiDey commented 7 months ago

After pipeline migration, there was signing issue. The generated nupkg file was not getting signed by ESRPCodeSigning task as it was on different path. Update pipeline so that Signing task correctly signs the artifact and publishes it.