Skip to content

Instantly share code, notes, and snippets.

@A-Programmer
Created March 25, 2017 10:37
Show Gist options
  • Save A-Programmer/6be3844459b1fb2cc5a71feb086110d9 to your computer and use it in GitHub Desktop.
Save A-Programmer/6be3844459b1fb2cc5a71feb086110d9 to your computer and use it in GitHub Desktop.
Publish DotNet Core Project
For publish .net core project open terminal (command) and navigate to project directory
Then type dotnet publish -o /PublishFolderPath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment