Skip to content

fix CI build workflows to reference Orm.slnx - #496

Merged
dagreen-st merged 3 commits into
master-servicetitanfrom
workflows-slnx-fix
Aug 5, 2026
Merged

fix CI build workflows to reference Orm.slnx#496
dagreen-st merged 3 commits into
master-servicetitanfrom
workflows-slnx-fix

Conversation

@dagreen-st

Copy link
Copy Markdown
Collaborator

Summary

  • Five workflows still built Orm.sln, which was removed by the .slnx migration (Migrate to .slnx format #386), so every push to master-servicetitan has been failing CI with MSB1009: Project file does not exist.
  • Points all of them at Orm.slnx instead: autobuild-on-push-and-pr.yml, build_on_tag_push.yml, dispatched-build.yml, reusable-storage-dependant-tests.yml, reusable-storage-independant-tests.yml.

Test plan

  • Confirm the auto-build workflow run on this PR/branch succeeds instead of failing with MSB1009

Five workflows still built Orm.sln, which was removed by the .slnx
migration (#386), so every push to master-servicetitan has been
failing CI with MSB1009. Points all of them at Orm.slnx instead.
@dagreen-st

Copy link
Copy Markdown
Collaborator Author

these workflows were broken in 2025 on #386, not sure if they still work

@dagreen-st
dagreen-st removed the request for review from botinko August 5, 2026 17:44
dagreen-st and others added 2 commits August 5, 2026 10:50
The gawk pattern expected a 4-part version (x.y.z.w) to find a build
number to increment, but Version.props now uses a 3-part scheme
(e.g. 7.3.24), so it silently matched nothing and left the file
unchanged. Matches through the second dot and increments the patch
component instead.
@dagreen-st
dagreen-st merged commit 24d6792 into master-servicetitan Aug 5, 2026
3 checks passed
@dagreen-st
dagreen-st deleted the workflows-slnx-fix branch August 5, 2026 17:54
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