File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 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()
You can’t perform that action at this time.
0 commit comments