Skip to content

LT-22446 (partial): add -Target param to build.ps1 - #1034

Merged
papeh merged 1 commit into
mainfrom
feature/polishBuild
Aug 3, 2026
Merged

LT-22446 (partial): add -Target param to build.ps1#1034
papeh merged 1 commit into
mainfrom
feature/polishBuild

Conversation

@papeh

@papeh papeh commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Add a Target parameter to allow developers to easily run any target from the legacy build scripts.

Also remove two redundant parameter descriptions.

Quick Summary

CI-ready checklist

  • Commit messages follow .github/commit-guidelines.md (subject ≤ 72 chars, no trailing punctuation; if body present, blank line then ≤ 80-char lines).
  • No whitespace warnings locally:
    git fetch origin
    git log --check --pretty=format:"---% h% s" origin/<base>..
    git diff --check --cached
    (Declined: this is a job for a bot)
  • Builds/tests pass locally (or I've run the CI-style build via Bash script or MSBuild).
  • If this is core-developer AI-assisted work, I followed Docs/workflows/ai-pr-workflow.md and ran pr-preflight or the equivalent branch-readiness review before requesting review.
  • For any Src/** folders touched, corresponding AGENTS.md files are updated or explicitly confirmed still accurate.

Notes for reviewers (optional)


This change is Reviewable

Add a Target parameter to allow developers to easily run any target
from the legacy build scripts.

Also remove two redundant parameter descriptions.
@github-actions

Copy link
Copy Markdown

NUnit Tests

    1 files  ±0      1 suites  ±0   10m 41s ⏱️ -19s
4 313 tests ±0  4 240 ✅ ±0  73 💤 ±0  0 ❌ ±0 
4 322 runs  ±0  4 249 ✅ ±0  73 💤 ±0  0 ❌ ±0 

Results for commit d3fd343. ± Comparison against base commit 8d54b33.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 33.02%. Comparing base (8d54b33) to head (d3fd343).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1034      +/-   ##
==========================================
- Coverage   33.04%   33.02%   -0.02%     
==========================================
  Files        1202     1202              
  Lines      278301   278301              
  Branches    37185    37185              
==========================================
- Hits        91969    91922      -47     
- Misses     158479   158521      +42     
- Partials    27853    27858       +5     

see 7 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@papeh
papeh marked this pull request as ready for review August 3, 2026 15:04

@jasonleenaylor jasonleenaylor left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

@jasonleenaylor reviewed 1 file and all commit messages, and made 1 comment.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on papeh).

@papeh
papeh merged commit 09e0e31 into main Aug 3, 2026
7 checks passed
@papeh
papeh deleted the feature/polishBuild branch August 3, 2026 22:17
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.

3 participants