summaryrefslogtreecommitdiff
path: root/Build-Sample.ps1
AgeCommit message (Collapse)Author
2026-03-30Merge Build-Sample.ps1 into Build-Samples.ps1 as internal function5an7y
- Inline Build-Sample.ps1 logic as Build-SingleSample function in Build-Samples.ps1 - Pass function definition into parallel runspaces via $using: pattern - Replace exit codes with return values for in-process execution - Delete Build-Sample.ps1 (no longer needed as a separate script) - Update Build-ChangedSamples.ps1 trigger file list
2026-03-19Add Build-Samples.ps1, ListAllSamples.ps1, fix Build-Sample retry bug5an7y
- ListAllSamples.ps1: Enumerates .sln files and writes Samples.txt - Build-Samples.ps1: Unified build script reading Samples.txt with exclusion support, parallel execution, and report generation - Build-Sample.ps1: Fix retry bug where all-fail exits 0 instead of 1 Co-authored-by: Copilot <[email protected]>
2025-01-21Miscellaneous improvements to build scripts (#1240)Adonais Romero González
* Refactor Build-SampleSet to remove warnings & support EWDK * Improved readability and logging on Build-Sample script
2024-02-20Build System: Catch Sporadic Failures (#1123)JakobL-MSFT
* Build System: Catch Sporadic Failures * Build System: Catch Sporadic Failures --------- Co-authored-by: Jakob Lichtenberg <[email protected]>
2024-02-06Simplify MSBuild Flags (#1093)JakobL-MSFT
* user/jakobl/simplify_flags * user/jakobl/simplify_flags * Update Build-Sample.ps1 * Merge with upcoming PR https://github.com/microsoft/Windows-driver-samples/pull/1088 * white space only change
2024-01-31Fixes for sample build errors and updates to the execution script to use new ↵zlockard
build flags (#1078) * Fixes for sample build errors * Fix additional sample * Add additional sample * Updated comments in Build-Sample.ps1 * Adjusting exclusions.csv to be accurate for GE. Still issues for NI that we need to understand better * Merge from develop branch * Merge from develop branch * Merge from develop branch * Delete WPD samples * Separate infverif additional options for old vs new WDK * Delete WPD samples entry in our CODEOWNERS file * Fix spelling error * For 22621 WDK Remove the /samples flag --------- Co-authored-by: Zac Lockard <[email protected]> Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
2024-01-24Update projects so that no warning/error is logged for AddSoftware Type1 (#1086)andylsn
Co-authored-by: Shunni Li <[email protected]>
2024-01-22Add infverif suppression of 1402 (add missing comment)Jakob Lichtenberg (170957)
2024-01-20Add infverif suppression of 1402 (#1080)JakobL-MSFT
user/jakob/add_infverif_sw1402
2023-11-13Add more InfVerif exceptions & clear exclusions (#1052)Adonais Romero González
2023-11-07Add new flag and exclusion for new InfVerif changes (#1049)Adonais Romero González
2023-02-07Enable CodeQL to work thru reasonable workarounds. (#857)JakobL-MSFT
2023-01-30Build scripts update (#844)Adonais Romero González
--------- Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>