Skip to content

Commit 8957fb5

Browse files
committed
[build] update which dotnet files need to be updated for new chrome versions
1 parent 134aa67 commit 8957fb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/update_cdp.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ def update_dotnet(chrome_milestone):
147147

148148
files = [
149149
root_dir / "dotnet/selenium-dotnet-version.bzl",
150-
root_dir / "dotnet/src/webdriver/WebDriver.csproj.prebuild.cmd",
151-
root_dir / "dotnet/src/webdriver/WebDriver.csproj.prebuild.sh",
150+
root_dir / "dotnet/src/webdriver/WebDriver.csproj",
152151
root_dir / "dotnet/src/webdriver/DevTools/DevToolsDomains.cs",
153152
]
154153
for file in files:

0 commit comments

Comments
 (0)