refactor: ♻️ 业务代码项目文件名与框架代码项目文件名区分 (#196)

Co-authored-by: tk <fiyne1a@dingtalk.com>
This commit is contained in:
2024-11-12 18:34:14 +08:00
committed by GitHub
parent d1503a859b
commit e6ce5afd99
548 changed files with 77 additions and 27653 deletions

View File

@ -37,8 +37,8 @@ jobs:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
restore-keys: ${{ runner.os }}-nuget
- working-directory: ./src/backend/NetAdmin.AdmServer.Host
run: dotnet publish NetAdmin.AdmServer.Host.csproj -c Release
- working-directory: ./src/backend/YourSolution.AdmServer.Host
run: dotnet publish YourSolution.AdmServer.Host.csproj -c Release
- uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}