libgit2 / libgit2/libgit2sharp
Azure Pipelines build and release pipeline
未关闭
还没有人认领这个 Issue。
Up for grabs
- 主要语言
- C#
- 星标
- 3.5k
- 派生
- 925
- PR 合并指标
- 30 天内没有已合并 PR
描述
At present, we have a mix of build systems that I would like to unify.
- Azure Pipelines for Linux, Windows and macOS.
- Travis for Linux and macOS
- Appveyor for Windows
I'd like to standardize around Azure Pipelines. At the moment, it's only doing a build for validation. I would like the build step to:
- Create a nuget package (see AppVeyor's build configuration)
- Upload that nuget package to Azure Artifacts
Then I'd like to have a separate release pipeline that will:
- Take the nuget package from Azure Artifacts
- Upload the nuget package to nuget.org
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从现有的 Azure Pipelines 验证构建和 AppVeyor 的构建配置开始,它们是 issue 中指定的入口点。跟踪 NuGet 包的创建方式,并确定发布到 Azure Artifacts 和 nuget.org 的步骤。完成的标准是 Azure Pipelines 构建并存储该包,同时由单独的 release pipeline 将其发布到 nuget.org。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- azure, csharp
- 领域
- build-system, ci-cd, cloud, release
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100