Build process in "Release" gets stuck for UWP application

Viewed 373

I have a UWP application that builds and runs perfectly in Debug mode, but when I try to build it in Release (using .NET Native), the build process gets stuck somewhere and never finishes.

The project is here: https://github.com/SuperJMN/ParrotDiscoReflight.git. You can try yourself. Clone the master branch and a compile in Release mode.

I tried to put the build logging to the "Diagnostic" level, and it doesn't show anything strange. In fact, it seems it's not the build stage what is stuck, but a later stage related to "ilc.exe"

I don't have a clue of what's the problem.

1 Answers
Related