Skip to content

Migrate Build scripts to project.build.json pipeline#95

Merged
PrzemyslawKlys merged 3 commits intomasterfrom
feature/migrate-to-project-build
Feb 11, 2026
Merged

Migrate Build scripts to project.build.json pipeline#95
PrzemyslawKlys merged 3 commits intomasterfrom
feature/migrate-to-project-build

Conversation

@PrzemyslawKlys
Copy link
Member

Summary

  • add Build/Build-Project.ps1 as the single entrypoint over Invoke-ProjectBuild
  • add Build/project.build.json (OfficeIMO-style) for deterministic version/build/publish configuration
  • convert legacy scripts into compatibility wrappers:
    • Build-AllPackages.ps1
    • Publish-AllPackagesNuget.ps1
    • Publish-PackageGitHub.ps1
    • Update-Version.ps1
  • keep release settings explicit (NuGet + GitHub) with single-release mode and primary project CodeGlyphX

Validation

  • pwsh -NoProfile -File .\Build\Build-Project.ps1 -Plan true -> success
  • pwsh -NoProfile -File .\Build\Build-AllPackages.ps1 -Plan true -> success
  • pwsh -NoProfile -File .\Build\Publish-AllPackagesNuget.ps1 -Plan true -> success
  • pwsh -NoProfile -File .\Build\Publish-PackageGitHub.ps1 -Plan true -> success
  • pwsh -NoProfile -File .\Build\Update-Version.ps1 -Plan true -> success

Generated Build/Artefacts files were cleaned before commit.

@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@claude
Copy link

claude bot commented Feb 11, 2026

Claude encountered an error —— View job


I'll analyze this and get back to you.

@codecov
Copy link

codecov bot commented Feb 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.74%. Comparing base (09dc4fc) to head (ffdb1fc).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #95   +/-   ##
=======================================
  Coverage   59.74%   59.74%           
=======================================
  Files         448      448           
  Lines       57814    57814           
  Branches    16563    16563           
=======================================
+ Hits        34540    34543    +3     
+ Misses      17566    17565    -1     
+ Partials     5708     5706    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sonarqubecloud
Copy link

@PrzemyslawKlys PrzemyslawKlys merged commit 30aa76e into master Feb 11, 2026
10 of 11 checks passed
@PrzemyslawKlys PrzemyslawKlys deleted the feature/migrate-to-project-build branch February 11, 2026 12:31
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