sdk
sdk copied to clipboard
Allow running published apps using `dotnet run`
Running a published app (dotnet publish
) isn't possible using dotnet run, since dotnet run only executes build
. Perhaps there could be a flag to run a published app.