Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 584 Bytes

File metadata and controls

21 lines (11 loc) · 584 Bytes

Build and test

Windows

Run build.ps1 to build and run all unit test and validations.

Linux

Run build.sh to build and run all unit tests and validations.

Rules

All builds and tests must pass successfully before stopping. All errors or test failures must be fixed.

Style

Follow existing patterns in the repository for both structure, coding style, and tests.

Release notes

Update ReleaseNotes.md to provide a concise summary of any functionality changes. These notes should be aimed at users. Internal fixes do not need to be noted.