Skip to content

Commit

Permalink
Updating csproj file to find legacy Firefox driver xpi in correct loc…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
jimevans committed Oct 31, 2018
1 parent 8474cb3 commit 69dbba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/WebDriver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</ItemGroup>

<ItemGroup Condition="'$(BuildSystem)' == 'buck'">
<EmbeddedResource Include="$(MSBuildProjectDirectory)\..\..\..\buck-out\gen\javascript\firefox-driver\webdriver\webdriver.xpi">
<EmbeddedResource Include="$(MSBuildProjectDirectory)\..\..\..\buck-out\gen\javascript\firefox-driver\webdriver__\webdriver.xpi">
<Visible>False</Visible>
<LogicalName>WebDriver.FirefoxExt.zip</LogicalName>
</EmbeddedResource>
Expand Down

0 comments on commit 69dbba5

Please sign in to comment.