Skip to content

Commit f265e21

Browse files
authored
Update build-wpf-app.yml
1 parent c8220e7 commit f265e21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-wpf-app.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525

2626
# Step 4: Restore NuGet packages
2727
- name: Restore NuGet packages
28-
run: nuget restore NWNLogRotator.sln
28+
run: nuget restore NWNLogRotator.sln -ConfigFile NuGet.config
29+
30+
- name: Debug NuGet Packages
31+
run: dir packages /s
2932

3033
# Step 5: Build the solution for x86
3134
- name: Build solution (x86)

0 commit comments

Comments
 (0)