We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f265e21 commit 2aca217Copy full SHA for 2aca217
.github/workflows/build-wpf-app.yml
@@ -25,7 +25,7 @@ jobs:
25
26
# Step 4: Restore NuGet packages
27
- name: Restore NuGet packages
28
- run: nuget restore NWNLogRotator.sln -ConfigFile NuGet.config
+ run: nuget restore NWNLogRotator.sln -ConfigFile packages.config
29
30
- name: Debug NuGet Packages
31
run: dir packages /s
0 commit comments