-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[dotnet] Improve nuget packages metadata #12873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dotnet] Improve nuget packages metadata #12873
Conversation
why the switch from windows to linux? |
Because we can, why not. I thought linux is "cheaper". |
On linux we are getting |
This reverts commit 4ceea02.
If we're running rbe on Linux, I think it's good to have this run on windows anyway. |
Do we need to update this section? Should I try to build a nuget on my machine from this PR before we merge it? 😄 |
Releasing process should stay the same. Eventually bazel targets were renamed from |
Hmm, .NET tests are failing for this, @nvborisenko can you look when you get a chance? |
It was failing immediately after we applied new bazel rules for dotnet. I remember about tests, hoping @shs96c will help us, in next stage. |
Things are passing on trunk. Something in this PR is an issue 😦 |
Things are not passing on
|
The latest RBE on trunk is passing — https://github.com/SeleniumHQ/selenium/actions/runs/6436104331/job/17478770284 |
This reverts commit d4e0aa4.
…lenium-hq into dotnet-nuget-meta
CI - RBE / Test / All RBE tests is passing now.
Executing tests on github actions is different topic, not related to this PR. |
That's suboptimal |
Ok, CI build is failing, I guess something related to cache, and I have no experience in bazel even to try fixing it. In any case it is out of scope for this PR. Last open question to move further: what is url to release notes should be (see Unresolved conversations). Thank you. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## trunk #12873 +/- ##
=======================================
Coverage 56.49% 56.49%
=======================================
Files 86 86
Lines 5255 5255
Branches 187 187
=======================================
Hits 2969 2969
Misses 2099 2099
Partials 187 187
☔ View full report in Codecov by Sentry. |
Description
readme.md
Fixes #12709
Types of changes
Checklist