File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
dotnet/src/webdriver/assets/nuget/build Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33
4- <PropertyGroup >
5- <Selenium_Manager_BinariesRootPath Condition =" $(Selenium_Manager_BinariesRootPath) == ''" >$(MSBuildThisFileDirectory)..\manager</Selenium_Manager_BinariesRootPath >
6- </PropertyGroup >
7-
8- <ItemGroup >
9- <Content Include =" $(Selenium_Manager_BinariesRootPath)\linux\selenium-manager" >
10- <Link >selenium-manager\linux\%(Filename)%(Extension)</Link >
11- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
12- <Visible >False</Visible >
13- <Pack >false</Pack >
14- </Content >
15-
16- <Content Include =" $(Selenium_Manager_BinariesRootPath)\macos\selenium-manager" >
17- <Link >selenium-manager\macos\%(Filename)%(Extension)</Link >
18- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
19- <Visible >False</Visible >
20- <Pack >false</Pack >
21- </Content >
22-
23- <Content Include =" $(Selenium_Manager_BinariesRootPath)\windows\selenium-manager.exe" >
24- <Link >selenium-manager\windows\%(Filename)%(Extension)</Link >
25- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
26- <Visible >False</Visible >
27- <Pack >false</Pack >
28- </Content >
29- </ItemGroup >
30-
314</Project >
You can’t perform that action at this time.
0 commit comments