Commit ba85cc8
MPCoreDeveloper
Fix: GitHub Actions NuGet pack failure (NU5046 icon.png missing)
PROBLEM: dotnet pack failed with NU5046 for tools projects (Demo, DebugBenchmark, Viewer) trying to pack icon.png inherited from Directory.Build.props.
SOLUTION: Added IsPackable=false to all 3 tools projects. Tools/demo apps should not be published as NuGet packages.
VERIFIED: dotnet pack SharpCoreDB.CI.slnf now succeeds without NU5046 errors.1 parent cf422c5 commit ba85cc8
3 files changed
Lines changed: 9 additions & 0 deletions
File tree
- tools
- SharpCoreDB.DebugBenchmark
- SharpCoreDB.Demo
- SharpCoreDB.Viewer
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
0 commit comments