Skip to content

Commit

Permalink
[build] update which dotnet files need to be updated for new chrome v…
Browse files Browse the repository at this point in the history
…ersions
  • Loading branch information
titusfortner committed Jan 22, 2024
1 parent 134aa67 commit 8957fb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/update_cdp.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ def update_dotnet(chrome_milestone):

files = [
root_dir / "dotnet/selenium-dotnet-version.bzl",
root_dir / "dotnet/src/webdriver/WebDriver.csproj.prebuild.cmd",
root_dir / "dotnet/src/webdriver/WebDriver.csproj.prebuild.sh",
root_dir / "dotnet/src/webdriver/WebDriver.csproj",
root_dir / "dotnet/src/webdriver/DevTools/DevToolsDomains.cs",
]
for file in files:
Expand Down

0 comments on commit 8957fb5

Please sign in to comment.