routine update

This commit is contained in:
wintel
2023-09-02 12:48:22 +08:00
parent 115c79bd9c
commit c2f856f604
4 changed files with 22 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ cp ./bin/Debug/netcoreapp3.1/OpenAuth.App.xml /data/openauthapi/
cp ./bin/Debug/netcoreapp3.1/Infrastructure.xml /data/openauthapi/
dotnet publish -c:Release -o /data/openauthapi # 如果针对给定运行时发布项目带上-r 如:-r centos.7-x64
dotnet publish -c:Release -o /data/openauthapi # 如果服务器上有多个.NET版本加上目标版本号-f net6.0
nohup dotnet /data/openauthapi/OpenAuth.WebApi.dll &