movingsam
|
c50615d8d1
|
refactor: 将项目文件迁移到 src 目录并创建 slnx 解决方案
- 将 Controllers, Services, Models, Properties 等目录移至 src/ 下
- 创建 Fengling.Console.slnx Rider 解决方案文件
- 更新 csproj 中的项目引用路径
- 修复 CI/CD 配置:
- build.yml: 更新项目路径为 src/Fengling.Console.csproj
- docker.yml: 添加 Dockerfile 路径指向 src/Dockerfile
- Dockerfile: 修复 COPY 路径以匹配新的目录结构
Closes #重构项目结构
|
2026-02-28 18:04:16 +08:00 |
|
movingsam
|
ca491924ae
|
feat: 添加 CPM 中央包管理和 CI/CD 配置
- 添加 global.json 统一 .NET SDK 版本 (10.0.103)
- 添加 Directory.Build.props 和 Directory.Packages.props 中央包管理
- 添加 NuGet.Config 包源映射 (gitea + nuget.org)
- 添加 CI 工作流: build.yml (编译), docker.yml (构建镜像), deploy.yml (K8s 部署)
- 添加 k8s/ 目录: deployment.yaml, service.yaml
- 修复项目引用路径
- 升级 Swashbuckle 7.1.0 + Microsoft.OpenApi 1.6.28 解决 .NET 10 兼容性
|
2026-02-28 14:05:38 +08:00 |
|
|
|
e945de5872
|
Update secret name to GITEATOKEN
Build and Push Docker / build (push) Failing after 6m30s
|
2026-02-26 13:05:37 +08:00 |
|
|
|
573f135367
|
Update Docker CI for org
Build and Push Docker / build (push) Failing after 30s
|
2026-02-26 13:00:18 +08:00 |
|
|
|
8495a8ad9e
|
Add Docker CI workflow
Build and Push Docker / build (push) Failing after 31s
|
2026-02-26 10:58:40 +08:00 |
|