File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -242,8 +242,8 @@ copy_file(
242
242
243
243
copy_file (
244
244
name = "props" ,
245
- src = "build/WebDriver.props " ,
246
- out = "Selenium.WebDriver.props " ,
245
+ src = "build/Selenium. WebDriver.targets " ,
246
+ out = "Selenium.WebDriver.targets " ,
247
247
)
248
248
249
249
copy_file (
Original file line number Diff line number Diff line change 49
49
<file src =" **\WebDriver.pdb" target =" lib" />
50
50
<file src =" **\WebDriver.xml" target =" lib" />
51
51
<file src =" ..\icon.png" target =" images" />
52
- <file src =" ..\manager\**" target =" tools " />
53
- <file src =" ..\Selenium.WebDriver.props " target =" build" />
52
+ <file src =" ..\manager\**" target =" manager " />
53
+ <file src =" ..\Selenium.WebDriver.targets " target =" build" />
54
54
</files >
55
55
</package >
Original file line number Diff line number Diff line change 2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
4
4
<ItemGroup >
5
- <None Include =" $(MSBuildThisFileDirectory)..\tools \windows\selenium-manager.exe" >
5
+ <None Include =" $(MSBuildThisFileDirectory)..\manager \windows\selenium-manager.exe" >
6
6
<Link >selenium-manager\windows\%(Filename)%(Extension)</Link >
7
7
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
8
8
<Visible >False</Visible >
You can’t perform that action at this time.
0 commit comments