Skip to content

Fix CI pack step conflicting with BuildCodeFixes target - #2

Merged
WyoDoug merged 1 commit into
masterfrom
fix/ci-pack-no-build
Apr 14, 2026
Merged

Fix CI pack step conflicting with BuildCodeFixes target#2
WyoDoug merged 1 commit into
masterfrom
fix/ci-pack-no-build

Conversation

@WyoDoug

@WyoDoug WyoDoug commented Apr 14, 2026

Copy link
Copy Markdown
Owner

Summary

  • Remove --no-build from the pack step — the csproj's BuildCodeFixes MSBuild target fires during pack and conflicts with NoBuild=true

Test plan

  • PR build passes (build + test steps)
  • After merge, re-tag v1.0.7 and verify full pipeline succeeds

🤖 Generated with Claude Code

Remove --no-build from pack step. The csproj has a BeforeTargets
GenerateNuspec target that builds the CodeFixes project, which
conflicts with the NoBuild property.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@WyoDoug
WyoDoug merged commit 18f4275 into master Apr 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants