Disable trimming/R2R in MSIX release build (fix NETSDK1102)

This commit is contained in:
Austin
2026-07-09 15:15:02 -05:00
parent 2d1bbac1c1
commit e692e45ff4
+2
View File
@@ -94,6 +94,8 @@ jobs:
/p:UapAppxPackageBuildMode=SideloadOnly `
/p:AppxBundle=Never `
/p:GenerateAppxPackageOnBuild=true `
/p:PublishTrimmed=false `
/p:PublishReadyToRun=false `
/p:AppxPackageSigningEnabled=true `
/p:PackageCertificateKeyFile="${{ steps.cert.outputs.pfx }}" `
/p:PackageCertificatePassword="${{ steps.cert.outputs.password }}" `