Jan 23 2020 11:18 PM
Hi Team,
I am trying to run 2 instances of MSIX Packaging Tool, using multi-threading in PowerShell script, to package to exe(s), in parallel.
I throws an error that the instance is already in use, and creates package just for the first exe.
Could you please assist me on this, if I can package 2 apps in parallel by running 2 instances of MSIX Packaging Tool.
Thanks
Priyanka
Jan 24 2020 12:31 PM
SolutionThe tool monitors for changes on the system, so running multiple conversions in parallel would result in packages that picked up extraneous changes.
You can, however, run multiple conversions in parallel if each conversion is targeting a different virtual or remote environment.
Thanks!
James
Jan 24 2020 12:31 PM
SolutionThe tool monitors for changes on the system, so running multiple conversions in parallel would result in packages that picked up extraneous changes.
You can, however, run multiple conversions in parallel if each conversion is targeting a different virtual or remote environment.
Thanks!
James