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

@@ -68,7 +68,7 @@ dotnet build # 编译
rm -rf /data/openauthmvc #最终站点路径
mkdir /data/openauthmvc
dotnet publish -c:Release -o /data/openauthmvc # 生成发布文件到/data/openauthmvc
dotnet publish -c:Release -o /data/openauthmvc # 生成发布文件到/data/openauthmvc。如果服务器上有多个.NET版本加上目标版本号-f net6.0
nohup dotnet /data/openauthmvc/OpenAuth.Mvc.dll &

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 &

View File

@@ -1,5 +1,7 @@
# 日常提交(针对dev分支)
* 2023.09.01 fix #I7XLQK checkbox控件值表单条件判断
* 2023.08.27 fix issue #I7A7XF 全面支持SqlSugar Orm。详情[sqlsugar访问数据库](http://doc.openauth.net.cn/core/sqlsugar.html)
* 2023.08.18 fix #I7U1BM 左侧展开图标丢失