Commit 43e1105
Fix dotnet tool-manifest creation with explicit --output flag
When a tool manifest exists in a parent directory, dotnet new tool-manifest
skips creation without error. Use --output to explicitly specify the target
directory so the manifest is always created where expected.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent ce78eff commit 43e1105
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
75 | | - | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
0 commit comments