cefsharp / cefsharp/cef-binary
AppVeyor: Build on all PRs
- 主要语言
- PowerShell
- 星标
- 127
- 派生
- 85
- PR 合并指标
- 30 天内没有已合并 PR
描述
We should look into changing [this setting](https://github.com/cefsharp/cef-binary/blob/master/appveyor.yml#L9), so that we build on all PRs. This helps us verify changes in `build.ps1` more easily.
The easiest way to fix this from what I can tell would be to tweak [this part](https://github.com/cefsharp/cef-binary/blob/master/build.ps1#L49) to set the NuGet package version [like this]($env:APPVEYOR_BUILD_VERSION), unless `$env:APPVEYOR_REPO_TAG -eq "True"`
(In other words, we will get junk version numbers like 62.0.0-CI34 _until_ we tag the repo; for these builds, we will set the NuGet package version to match the tag just like we've done historically.)
Anyone wants to fix this - feel free, it's up for grabs.
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start with the AppVeyor configuration at appveyor.yml line 9 and the package-version logic in build.ps1 around line 49. Check how pull-request builds currently run and how tagged builds set NuGet versions. Done means all PRs build, CI builds use the AppVeyor build version, and tagged builds retain the repository tag version.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- powershell
- 领域
- build-system, ci-cd
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 48/100