Any idea how I can find the cause of this issue? Mac terminal just responds with "command not found" trying to run an ASP.NET core app published using self-contained deployment.
- using .NET Core SDK v.1.1
- the app is just demo code taken from this blog : https://blog.kloud.com.au/2017/02/14/running-vuejs-on-aspnet-core-apps/
- deployment is done as described by Scott Hanselman here : http://www.hanselman.com/blog/SelfcontainedNETCoreApplications.aspx
- specified runtime "osx.10.12-x64". Tried to run it on a Mac Mini with Intel Core 2 Duo and macOS Sierra installed.
- No problems using the "win10-x64" deploy on a Win10 machine which doesn't have .NET Core installed.