Closed CompSciDude1 closed 2 years ago
After further investigation into the issue, the build.bat creates a bundle sideloader, with an install script that deduces the target platform and installs the correct sideload from the bundle. This seems to be intended behavior. I will close my issue.
Summary
I believe there is an issue with the build.bat script. It will build the solution for both the x64 and ARM64 platforms, even though the build.bat script specifies the platform as x64.
Observed Behavior
The build.bat will build the solution for both the x64 and ARM64 platforms.
Expected Behavior
The build.bat will build the solution for the specified platform only.