Commit 07f062b
fix: quote version variables in dotnet pack step to prevent MSB1008
The dotnet pack command was passing version values without quotes,
so if the version contained spaces (e.g. "10.5.0-beta.4"), the
second token was interpreted as an additional project file, causing
MSB1008: Only one project can be specified.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 031ace0 commit 07f062b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments