tuitio/Notes.txt

17 lines
1.0 KiB
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>"
2020-12-20 03:06:43 +02:00
#######################################################################################################################################################
2020-12-20 12:53:22 +02:00
#######################################################################################################################################################
Push language package:
dotnet nuget push IdentityServer.PublishedLanguage.1.0.0.nupkg -k ***REMOVED*** -s http://***REMOVED***/NuGetServer/nuget
2020-12-21 00:57:42 +02:00
dotnet nuget push IdentityServer.Wrapper.1.0.0.nupkg -k ***REMOVED*** -s http://***REMOVED***/NuGetServer/nuget
2020-12-20 12:53:22 +02:00
#######################################################################################################################################################
2020-12-20 03:06:43 +02:00
TO DO:
- Cache for users