We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4adb6 commit bb6267eCopy full SHA for bb6267e
dotnet/BUCK
@@ -1,3 +1,5 @@
1
+include_defs('//dotnet/SELENIUM_DOTNET_VERSION')
2
+
3
export_file(
4
name = 'keyfile',
5
src = 'WebDriver.snk',
@@ -12,7 +14,7 @@ zip_file(
12
14
'//dotnet/src/webdriverbackedselenium:pack',
13
15
'//dotnet/src/support:pack'
16
],
- out = 'selenium-dotnet.zip'
17
+ out = "selenium-dotnet-{}.zip".format(SE_VERSION)
18
)
19
20
zip_file(
@@ -22,5 +24,5 @@ zip_file(
22
24
'//dotnet/src/webdriverbackedselenium:pack_strongnamed',
23
25
'//dotnet/src/support:pack_strongnamed'
26
- out = 'selenium-dotnet-strongnamed.zip'
27
+ out = "selenium-dotnet-strongnamed-{}.zip".format(SE_VERSION)
28
0 commit comments