Commit 7a37d45
Fix NuGet pack CI step: build in Release mode and exclude Benchmarks project
Remove --no-build flag to allow dotnet pack to build in Release mode instead of reusing the Debug build. Add IsPackable=false to Benchmarks project to prevent it from being included in NuGet packs.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent d388485 commit 7a37d45
2 files changed
Lines changed: 3 additions & 2 deletions
File tree
- .github/workflows
- test/F23.StringSimilarity.Benchmarks
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments