Open
Description
I followed your developer guide and attempted to build the project on macOS by using:
./build.sh -- /p:SkipTests=true
which resulted in the following error:
<pathToRepo>/wcf/external/runtime/runtime.depproj(78,5): error MSB3073: The command "chmod +x <pathToRepo>/wcf/bin/testhost/netcoreapp-OSX-Debug-x64/dotnet" exited with code 1.
(I've replaced the real absolute path with <pathToRepo>
).
This fails, because there is no such file in the targeted directory.
I've tried to run the build on Windows and it runs without any problems.