Skip to content

Commit 52c275f

Browse files
committed
Remove redundant dotnet restore and library build steps from .NET test workflow
1 parent 3b08924 commit 52c275f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/test-dotnet-versions.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ jobs:
5454
chmod 600 /tmp/id_rsa
5555
ssh-add /tmp/id_rsa
5656
57-
- name: Restore dependencies
58-
run: dotnet restore
59-
60-
- name: Build library for ${{ matrix.target-framework }}
61-
run: dotnet build -c Release --no-restore -f ${{ matrix.target-framework }}
62-
6357
- name: Build test project for ${{ matrix.target-framework }}
6458
run: dotnet build -c Release --self-contained -r linux-x64 -f ${{ matrix.target-framework }} ./src/NullOpsDevs.LibSsh.Test/NullOpsDevs.LibSsh.Test.csproj
6559

0 commit comments

Comments
 (0)