"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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -