Skip to content

Commit 51e1b43

Browse files
committed
Update actions workflow
1 parent 2a8bb9a commit 51e1b43

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/publish.yml

-9
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@ jobs:
3636
- name: Build and publish LambdaTest.Selenium.Driver
3737
if: github.event.inputs.package-name == 'lambdatest-selenium-driver'
3838
run: |
39-
# Build and pack LambdaTest.Sdk.Utils first
40-
dotnet restore ./LambdaTest.Sdk.Utils
41-
dotnet build ./LambdaTest.Sdk.Utils --configuration Release --no-restore
42-
dotnet pack ./LambdaTest.Sdk.Utils --configuration Release --no-build --output ./LambdaTest.Sdk.Utils/nupkgs
43-
44-
# Install the locally built LambdaTest.Sdk.Utils package in LambdaTest.Selenium.Driver
45-
dotnet add ./LambdaTest.Selenium.Driver package LambdaTest.Sdk.Utils --source ./LambdaTest.Sdk.Utils/nupkgs
46-
47-
# Build and pack LambdaTest.Selenium.Driver
4839
dotnet restore ./LambdaTest.Selenium.Driver
4940
dotnet build ./LambdaTest.Selenium.Driver --configuration Release --no-restore
5041
dotnet pack ./LambdaTest.Selenium.Driver --configuration Release --no-build --output ./LambdaTest.Selenium.Driver/nupkgs

0 commit comments

Comments
 (0)