-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Nightly dotnet #13838
Nightly dotnet #13838
Conversation
PR Description updated to latest commit (2e65057)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
User description
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist
Type
enhancement, tests
Description
.bzl
file to a new nightly version.Changes walkthrough
selenium-dotnet-version.bzl
Update Selenium version for .NET to nightly build
dotnet/selenium-dotnet-version.bzl
4.20.0-nightly202404171829
.bazel.yml
Enhance GitHub Actions to support custom DotNet versions
.github/workflows/bazel.yml
dotnet-version
to customize the DotNetversion.
nightly.yml
Introduce DotNet nightly build process in GitHub Actions
.github/workflows/nightly.yml
Rakefile
Enhance Rake tasks for DotNet version management and package
deployment
Rakefile
pushing for DotNet.
dotnet:version
task to handle different scenarios ofversion bumping.