Commit de5194b
fix(build): fix NBGV version propagation for NuGet and Docker
- Delete src/version.json (stale at 0.13, was overriding root version.json 0.15)
- Add tag ref pattern to publicReleaseRefSpec so tag-triggered builds produce
clean release versions without prerelease suffixes
Root cause: NBGV walks up from the project directory and finds the closest
version.json. The src/version.json (0.13) was found before root version.json
(0.15), causing all library builds to use version 0.13.x.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 8885e7c commit de5194b
2 files changed
+2
-18
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments