Skip to content

Instantly share code, notes, and snippets.

@bayological
Created October 1, 2018 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bayological/801b184dbda862d8c3e9613db353599f to your computer and use it in GitHub Desktop.
Save bayological/801b184dbda862d8c3e9613db353599f to your computer and use it in GitHub Desktop.
Publishing a self contained .Net Core app targeting Windows x64
dotnet publish --runtime win10-x64 -o C:\TestPublish -f netcoreapp2.0 -c debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment