I have a .NET Core console app and have run dotnet publish
. However, I can\'t figure out how to run the application from the command line. Any hints?
You can very easily create an EXE (for Windows) without using any cryptic build commands. You can do it right in Visual Studio.