Commit 59acaf0
fix: apply version override to build step instead of pack step
MinVer calculates version during the build step, not the pack step.
Using dotnet pack --no-build with -p:Version doesn't work because
the assemblies are already built with the wrong version.
This fix moves the -p:Version parameter to the dotnet build command
so that MinVer is properly overridden during compilation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent 26139c2 commit 59acaf0
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
| |||
0 commit comments