"No executable found matching command" .net core console application -
after publishing .net core 2.0 console application...
dotnet publish src\myapp.console --output c:\publish\console --configuration release
i try executing in in published folder
dotnet myapp.console
but error
no executable found matching command "dotnet-myapp.console"
the trick include full file name .dll
ie: dotnet myapp.console.dll
Comments
Post a Comment