Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ApoTheOne/fe1ee4ba465b3baa3dcafc240cf75f50 to your computer and use it in GitHub Desktop.
Save ApoTheOne/fe1ee4ba465b3baa3dcafc240cf75f50 to your computer and use it in GitHub Desktop.
.NET Core CLI Command to generate executable files for Windows & Ubuntu
dotnet publish -c Release -r win10-x64 -o "C:/Publish"
dotnet publish -c Release -r ubuntu.16.10-x64
@ApoTheOne
Copy link
Author

Sample command to create an executable file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment