Disable trimming/R2R in MSIX release build (fix NETSDK1102)
This commit is contained in:
@@ -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 }}" `
|
||||
|
||||
Reference in New Issue
Block a user