@@ -81,7 +81,7 @@ genrule(
81
81
genrule (
82
82
name = 'net35_strongnamed' ,
83
83
srcs = [ 'WebDriver.csproj' ],
84
- cmd = "echo '$(location :webdriver_deps)' && dotnet build %SRCS% --configuration Release --framework net35 --output %OUT% /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=$(location //dotnet:keyfile) /p: Version={} /p:AssemblyVersion={} /p:FileVersion={} /p:BuildSystem=buck" .format (SE_VERSION , ASSEMBLY_VERSION , ASSEMBLY_VERSION ),
84
+ cmd = "echo '$(location :webdriver_deps)' && dotnet build %SRCS% --configuration Release --framework net35 --output %OUT% /p:SignAssembly=true /p:Version={} /p:AssemblyVersion={} /p:FileVersion={} /p:BuildSystem=buck" .format (SE_VERSION , ASSEMBLY_VERSION , ASSEMBLY_VERSION ),
85
85
out = 'net35' ,
86
86
visibility = [
87
87
'//dotnet/src/webdriverbackedselenium:net35_strongnamed' ,
@@ -92,7 +92,7 @@ genrule(
92
92
genrule (
93
93
name = 'net40_strongnamed' ,
94
94
srcs = [ 'WebDriver.csproj' ],
95
- cmd = "echo '$(location :webdriver_deps)' && dotnet build %SRCS% --configuration Release --framework net40 --output %OUT% /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=$(location //dotnet:keyfile) /p: Version={} /p:AssemblyVersion={} /p:FileVersion={} /p:BuildSystem=buck" .format (SE_VERSION , ASSEMBLY_VERSION , ASSEMBLY_VERSION ),
95
+ cmd = "echo '$(location :webdriver_deps)' && dotnet build %SRCS% --configuration Release --framework net40 --output %OUT% /p:SignAssembly=true /p:Version={} /p:AssemblyVersion={} /p:FileVersion={} /p:BuildSystem=buck" .format (SE_VERSION , ASSEMBLY_VERSION , ASSEMBLY_VERSION ),
96
96
out = 'net40' ,
97
97
visibility = [
98
98
'//dotnet/src/webdriverbackedselenium:net40_strongnamed' ,
@@ -103,7 +103,7 @@ genrule(
103
103
genrule (
104
104
name = 'net45_strongnamed' ,
105
105
srcs = [ 'WebDriver.csproj' ],
106
- cmd = "echo '$(location :webdriver_deps)' && dotnet build %SRCS% --configuration Release --framework net45 --output %OUT% /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=$(location //dotnet:keyfile) /p: Version={} /p:AssemblyVersion={} /p:FileVersion={} /p:BuildSystem=buck" .format (SE_VERSION , ASSEMBLY_VERSION , ASSEMBLY_VERSION ),
106
+ cmd = "echo '$(location :webdriver_deps)' && dotnet build %SRCS% --configuration Release --framework net45 --output %OUT% /p:SignAssembly=true /p:Version={} /p:AssemblyVersion={} /p:FileVersion={} /p:BuildSystem=buck" .format (SE_VERSION , ASSEMBLY_VERSION , ASSEMBLY_VERSION ),
107
107
out = 'net45' ,
108
108
visibility = [
109
109
'//dotnet/src/webdriverbackedselenium:net45_strongnamed' ,
@@ -114,7 +114,7 @@ genrule(
114
114
genrule (
115
115
name = 'netstandard2.0_strongnamed' ,
116
116
srcs = [ 'WebDriver.csproj' ],
117
- cmd = "echo '$(location :webdriver_deps)' && dotnet build %SRCS% --configuration Release --framework netstandard2.0 --output %OUT% /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=$(location //dotnet:keyfile) /p: Version={} /p:AssemblyVersion={} /p:FileVersion={} /p:BuildSystem=buck" .format (SE_VERSION , ASSEMBLY_VERSION , ASSEMBLY_VERSION ),
117
+ cmd = "echo '$(location :webdriver_deps)' && dotnet build %SRCS% --configuration Release --framework netstandard2.0 --output %OUT% /p:SignAssembly=true /p:Version={} /p:AssemblyVersion={} /p:FileVersion={} /p:BuildSystem=buck" .format (SE_VERSION , ASSEMBLY_VERSION , ASSEMBLY_VERSION ),
118
118
out = 'netstandard2.0' ,
119
119
visibility = [
120
120
'//dotnet/src/webdriverbackedselenium:netstandard2.0_strongnamed' ,
0 commit comments