Skip to content

Commit a584b8c

Browse files
committed
[dotnet] Fix initial build from clean directory
1 parent cf8f3fe commit a584b8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dotnet/src/webdriver/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ generated_assembly_info(
4040
"DevTools/**/*.cs",
4141
"Edge/*.cs",
4242
"Firefox/**/*.cs",
43-
"Html5/*.cs",
43+
"HTML5/*.cs",
4444
"IE/*.cs",
4545
"Interactions/*.cs",
4646
"Internal/*.cs",
@@ -86,7 +86,7 @@ generated_assembly_info(
8686
"DevTools/**/*.cs",
8787
"Edge/*.cs",
8888
"Firefox/**/*.cs",
89-
"Html5/*.cs",
89+
"HTML5/*.cs",
9090
"IE/*.cs",
9191
"Interactions/*.cs",
9292
"Internal/*.cs",

0 commit comments

Comments
 (0)