Skip to content

Commit

Permalink
Fixing .NET WebDriverBackedSelenium project to prevent errors on non-…
Browse files Browse the repository at this point in the history
…Windows
  • Loading branch information
jimevans committed Apr 29, 2020
1 parent 12068cf commit be5f384
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<ProjectReference Include="..\webdriver\WebDriver.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(BuildSystem)' == 'buck'">
<ItemGroup Condition="'$(OS)' == 'WINDOWS_NT'">
<EmbeddedResource Include="$(MSBuildProjectDirectory)\..\..\..\buck-out\gen\java\client\src\com\thoughtworks\selenium\webdriven\injectableSelenium.js\injectableSelenium.js">
<Visible>False</Visible>
<LogicalName>injectableSelenium.js</LogicalName>
Expand Down

0 comments on commit be5f384

Please sign in to comment.