Commit 19c36ec
Drop --no-build from pack step (#29)
The main csproj has an Analyzer ProjectReference to
StrongTypes.SourceGenerators. With --no-build, pack still needs to
resolve project references and invokes the Build target on the
generator project, which then fails with NETSDK1085 because NoBuild is
set. Letting pack perform a (no-op incremental) build sidesteps this.
The Pack step only runs on main pushes, so PR CI never exercised it —
both #25 and #26 merged green and broke main. A follow-up should make
this fail fast in PR CI.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 2b98fb4 commit 19c36ec
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments