Skip to content

Instantly share code, notes, and snippets.

@tmacharia
Created July 9, 2020 18:18
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 tmacharia/ad1cf2853414f2bc1cc24e858e30df3d to your computer and use it in GitHub Desktop.
Save tmacharia/ad1cf2853414f2bc1cc24e858e30df3d to your computer and use it in GitHub Desktop.

For publishing, open up a new terminal/command prompt and follow the following steps.

  1. Change the directory to the KTDASMS folder

For example, this is what i need to type to access that folder on my local machine, do the same on your machine changing the path shown below to reflect the location of the KTDASMS folder on your machine

cd "C:\Users\tmacharia\Downloads\Notifyr 2.0\Notifyr 2.0\KTDASMS"
  • Confirm that the cmd path successfully changed to the path you typed.
  1. Before publishing, type the clean command inorder to remove older versions from the publish folder. Here's the command for cleaning.
dotnet clean
  1. It's now time to publish. Type the following command to publish.
dotnet publish -c Release
  1. Once the command finishing processing, you should be able to see the publish artifacts in the location below.
~\bin\Release\netcoreapp3.1\publish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment