Skip to content

Commit 8504af2

Browse files
committed
Updated CI
1 parent a0d0d1e commit 8504af2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,8 @@ jobs:
5555
with:
5656
dotnet-version: 6.0.x
5757

58-
- name: Setup NuGet
59-
uses: NuGet/setup-nuget@v1.0.5
60-
6158
- name: Restore dependencies
62-
run: nuget restore $SOLUTION
59+
run: dotnet restore $SOLUTION
6360

6461
- name: Setup MSBuild
6562
uses: microsoft/setup-msbuild@v1.0.2

0 commit comments

Comments
 (0)