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-20 03:06:43 +02:00
|
|
|
|
|
|
|
TO DO:
|
|
|
|
- Cache for users
|