tuitio/Notes.txt

7 lines
472 B
Plaintext
Raw Normal View History

2020-12-19 18:25:42 +02:00
#######################################################################################################################################################
Publish:
dotnet publish --configuration Release --runtime win7-x64
Create windows service:
sc create NetworkResurrector.Api binPath= "<path_to_the_service_executable>"
#######################################################################################################################################################