krauthaufen / Adaptify

MIT License
38 stars 3 forks source link

dotnet hang from within aardvark.build #27

Open haraldsteinlechner opened 2 years ago

haraldsteinlechner commented 2 years ago

dotnet aardpack hangs in dotnet build, most likely because some stream is not closed (?). This might be a similar issue. https://github.com/dotnet/msbuild/issues/3383

haraldsteinlechner commented 2 years ago

attempt failed. shellExecute needs to be false anyways. one could close the daemon after running the build task - would be cleaner i think