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 c8220e7 commit f265e21Copy full SHA for f265e21
.github/workflows/build-wpf-app.yml
@@ -25,7 +25,10 @@ jobs:
25
26
# Step 4: Restore NuGet packages
27
- name: Restore NuGet packages
28
- run: nuget restore NWNLogRotator.sln
+ run: nuget restore NWNLogRotator.sln -ConfigFile NuGet.config
29
+
30
+ - name: Debug NuGet Packages
31
+ run: dir packages /s
32
33
# Step 5: Build the solution for x86
34
- name: Build solution (x86)
0 commit comments