Skip to content

Commit 3c3b1b9

Browse files
committed
ci
1 parent 83cfbbb commit 3c3b1b9

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,8 @@ jobs:
6868
with:
6969
node-version: '22'
7070

71-
- name: Restore dependencies
72-
run: dotnet restore FastCloner/
73-
7471
- name: Build FastCloner for netstandard2.0
75-
run: dotnet build FastCloner/ --no-restore --framework netstandard2.0
72+
run: dotnet build FastCloner/ --framework netstandard2.0
7673

7774
- name: Update GitHub status check
7875
if: always()
@@ -102,11 +99,8 @@ jobs:
10299
with:
103100
node-version: '22'
104101

105-
- name: Restore dependencies
106-
run: dotnet restore FastCloner/
107-
108102
- name: Build FastCloner for net462
109-
run: dotnet build FastCloner/ --no-restore --framework net462
103+
run: dotnet build FastCloner/ --framework net462
110104

111105
- name: Update GitHub status check
112106
if: always()

0 commit comments

Comments
 (0)