Skip to content

Commit

Permalink
Prepare a patch for packaging manager binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko authored and titusfortner committed Nov 1, 2022
1 parent 966ca79 commit 62cb3a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dotnet/src/webdriver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ copy_file(

copy_file(
name = "props",
src = "build/WebDriver.props",
out = "Selenium.WebDriver.props",
src = "build/Selenium.WebDriver.targets",
out = "Selenium.WebDriver.targets",
)

copy_file(
Expand Down
4 changes: 2 additions & 2 deletions dotnet/src/webdriver/WebDriver.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<file src="**\WebDriver.pdb" target="lib" />
<file src="**\WebDriver.xml" target="lib" />
<file src="..\icon.png" target="images" />
<file src="..\manager\**" target="tools" />
<file src="..\Selenium.WebDriver.props" target="build" />
<file src="..\manager\**" target="manager" />
<file src="..\Selenium.WebDriver.targets" target="build" />
</files>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)..\tools\windows\selenium-manager.exe">
<None Include="$(MSBuildThisFileDirectory)..\manager\windows\selenium-manager.exe">
<Link>selenium-manager\windows\%(Filename)%(Extension)</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>False</Visible>
Expand Down

0 comments on commit 62cb3a0

Please sign in to comment.