v2.3.1
约 296 字小于 1 分钟
2026-05-19
日期:2026-05-19 类型:Fix / CI-CD
[v2.3.1] - 2026-05-19
Fixed
- CI/CD Workflow Path: Corrected the pack target path from
srctoUniCon.slnxsolution file, resolvingMSB1003errors. - Workflow Build Step: Added a
Buildcompilation step under thepublishjob indotnet.ymlprior to thePackstep to ensurebin/Releaseartifacts exist when packing with--no-buildon a fresh runner.
Key Changes
- Modified
.github/workflows/dotnet.ymlto compileUniCon.slnxinside thepublishjob before executingdotnet pack. - Unified step numbering sequence from 1 to 6 in the
publishjob.
------details-----
🔍 Task Details
📌 Current Task Board: 修复 CI/CD 自动打包与 NuGet 发布
🎯 最终目标
- 修复 GitHub Actions 中的
dotnet.yml配置文件,确保推送带[release]提交信息的 commit 到main时,能成功完成所有 C# 类库项目的构建、打包和发布至 NuGet。
📂 涉及文件 (Strictly Locked)
📝 Steps
------details end------
