ms-iot / azure-client-tools

Azure Client Tools
Other
43 stars 37 forks source link

How i update msix package #54

Open nainesh72 opened 4 years ago

nainesh72 commented 4 years ago

Dear All Now VS2019 build MSIX packeg not APPX package, How i update dwice twind propery to use msix file like in appx file i use "desired" : { "uwpApps" : { "__meta": { "deploymentId": "app_install1", "serviceInterfaceVersion": "1.0.0" }, "connectionString" : "Azure storage connection string", "apps" : { "8112d70e-a549-4378-96a9-63e8491e3d66_7ywy5sjsre78e" : { "pkgFamilyName" : "8112d70e-a549-4378-96a9-63e8491e3d66_7ywy5sjsre78e", "version" : "1.0.0.0", "appxSource" : "dmtest\UwpApp1_1.0.0.0_x64.appx", "depsSources": "dmtest\Microsoft.NET.Native.Framework.1.7.appx;dmtest\Microsoft.NET.Native.Runtime.1.7.appx;dmtest\Microsoft.VCLibs.x64.14.00.appx", "startup" : "foreground", "launchAfterInstall": true } } } } now please guide me for msix packeg nainesh