天天看点

net 6 net 6 发布 windows,centos7.6发布发布

.net 6 发布 

windows发布:

模块 v2 + hosting run

centos7.6 发布,发布时修改命名发布配置的Ip为服务器的IP

dotnet xxx.dll --https://192.168.1.2:5900

dotnet xxx.dll --https://192.168.1.2:5900 & //守护进程

dotnet xxx.dll --https://*:5900

dotnet run

nohup dotnet 可以做到守护进程,没有日志输出

mobaxterm

继续阅读