Skip to content

Fix MSBuild property syntax for Windows CI#59

Merged
Aaronontheweb merged 1 commit intodevfrom
fix/release-workflow-windows
May 5, 2026
Merged

Fix MSBuild property syntax for Windows CI#59
Aaronontheweb merged 1 commit intodevfrom
fix/release-workflow-windows

Conversation

@Aaronontheweb
Copy link
Copy Markdown
Contributor

Summary

  • Replace /p: and /t: with -p: and -t: in all workflow files
  • Git Bash on Windows strips leading / from arguments, causing MSBuild to misinterpret /p:PublishSingleFile=true as a project path
  • This caused the CLI-win-x64 job to fail in the 0.3.0 release workflow

Test plan

  • PR validation passes (especially CLI Publish Dry Run)
  • Re-run 0.3.0 release after merge

Replace /p: and /t: with -p: and -t: in workflow files. Git Bash
on Windows strips leading slashes from /p: arguments, causing
MSBuild to interpret them as project paths instead of properties.
@Aaronontheweb Aaronontheweb enabled auto-merge (squash) May 5, 2026 01:52
@Aaronontheweb Aaronontheweb merged commit 048e256 into dev May 5, 2026
7 checks passed
@Aaronontheweb Aaronontheweb deleted the fix/release-workflow-windows branch May 5, 2026 01:55
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.

1 participant