2020-12-19 18:25:42 +02:00
|
|
|
#######################################################################################################################################################
|
|
|
|
Publish:
|
|
|
|
dotnet publish --configuration Release --runtime win7-x64
|
|
|
|
|
|
|
|
Create windows service:
|
2020-12-25 02:37:28 +02:00
|
|
|
sc create IdentityServer.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 01:08:34 +02:00
|
|
|
dotnet nuget push IdentityServer.Wrapper.1.0.1.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:
|
2020-12-25 02:37:28 +02:00
|
|
|
- Cache for users
|
|
|
|
|
|
|
|
#######################################################################################################################################################
|
|
|
|
Docker commands:
|
|
|
|
*****************
|
|
|
|
|
|
|
|
Create image:
|
|
|
|
--from solution folder:
|
|
|
|
docker image build -t "identity-server-api:1.0.0" -f "Chatbot.Api/Dockerfile" .docker
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#######################################################################################################################################################
|
|
|
|
|
|
|
|
Docker container last version: 1.0.0
|
|
|
|
##############################################################################################
|