You can use a number of methods to deploy the files that were produced when an application was published. Examples of the methods you could use include:
Once the published files for an application have been deployed, how your users run the application varies depending on the type of deployment:
dotnet application-name.dll
application-nameFor a self-contained deployment on Windows the command is:
application-name.exe