File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -337,10 +337,7 @@ task ios_driver: [
337
337
]
338
338
339
339
task 'dotnet-release-zip' : [
340
- '//dotnet/src/webdriver:webdriver-pack' ,
341
- '//dotnet/src/webdriver:webdriver-strongnamed-pack' ,
342
- '//dotnet/src/support:support-pack' ,
343
- '//dotnet/src/support:support-strongnamed-pack' ,
340
+ '//dotnet:all'
344
341
] do
345
342
[
346
343
"build/dist/selenium-dotnet-#{ dotnet_version } .zip" ,
@@ -442,12 +439,12 @@ end
442
439
443
440
NUGET_RELEASE_ASSETS = [
444
441
"./bazel-bin/dotnet/src/webdriver/Selenium.WebDriver.#{ dotnet_version } .nupkg" ,
445
- "./bazel-bin/dotnet/src/webdriver /Selenium.Support.#{ dotnet_version } .nupkg"
442
+ "./bazel-bin/dotnet/src/support /Selenium.Support.#{ dotnet_version } .nupkg"
446
443
]
447
444
448
- task 'publish-nuget' do
445
+ task 'publish-nuget' : '//dotnet:all' do
449
446
NUGET_RELEASE_ASSETS . each do |asset |
450
- sh "dotnet nuget push #{ asset } --api-key #{ ENV [ : NUGET_API_KEY] } --source https://api.nuget.org/v3/index.json"
447
+ sh "dotnet nuget push #{ asset } --api-key #{ ENV [ ' NUGET_API_KEY' ] } --source https://api.nuget.org/v3/index.json"
451
448
end
452
449
end
453
450
You can’t perform that action at this time.
0 commit comments