Skip to content

Commit 600eb2f

Browse files
Go back to using nuget.exe for restore
1 parent bfccfc3 commit 600eb2f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
uses: actions/setup-dotnet@v1
3030
with:
3131
dotnet-version: 5.0.x
32-
- run: dotnet restore WpfDesign.sln
32+
- name: Setup NuGet.exe
33+
uses: nuget/setup-nuget@v1
34+
- run: nuget restore WpfDesign.sln
3335
- name: Build
3436
run: dotnet build WpfDesign.sln --no-restore -c ${{ matrix.configuration }}
3537
- name: Test

0 commit comments

Comments
 (0)