chore: 添加构建

This commit is contained in:
橙子
2023-12-12 23:15:51 +08:00
parent 58f6e94f90
commit f0c8b477eb
3 changed files with 13 additions and 4 deletions

4
Yi.Abp.Net8/start.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
./end.sh
nohup dotnet Yi.Abp.Web.dll > /dev/null 2>&1 &
echo "Yi-启动成功!"