Commit db54890
fix: remove invalid 'true' argument from --no-symbols flag
The --no-symbols flag is a boolean switch that doesn't accept a value.
When 'true' was passed, dotnet interpreted it as a file path to push,
causing "File does not exist (true)" error after successful package push.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 24ea546 commit db54890
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
0 commit comments