microsoft / MSIX-PackageSupportFramework

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

Fixing bug where application created applications in the container. #136

Closed dhoehna closed 4 years ago

dhoehna commented 4 years ago

The last patch included a bug that would make all child processes be created in the container.

The behavior has been reverted and now only powershell.exe will be created in the container. This fix will still include the ability for release builds to work properly as well.