summaryrefslogtreecommitdiff
path: root/Build-SampleSet.ps1
AgeCommit message (Collapse)Author
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-20A trivial bug in Build-AllSamples.ps1 for the case when there are 0 samples ↵JakobL-MSFT
matching the -Samples argument (#1081) user/jakob/build_sample_fix
2024-01-20For Build-AllSamples.ps1: For EWDK: Log full build lab string. (#1079)JakobL-MSFT
user/jakob/ewdk_print_buildlab
2024-01-15Add support for fine grained exclusions (#1074)JakobL-MSFT
* user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * user/jakobl/fine_grained_exclusions * Update exclusions.csv
2023-11-24This change will ensure failures from build script will be sorted for easier ↵JakobL-MSFT
review. (#1054) sort-failures
2023-06-29Add configuration filter to exclusion list (#1001)Adonais Romero González
2023-06-15Generate and provide overview reports (#993)Adonais Romero González
2023-06-01Add logs as artifacts for actions (#989)Adonais Romero González
2023-04-10Remove ? operators from build scripts to improve compatibilityAdonais Romero González
2023-02-16Fix logging when there are errors (#881)Adonais Romero González
2023-02-08Enable CodeQL to work thru reasonable workarounds - Cherry pick to main (#863)JakobL-MSFT
Enable CodeQL to work thru reasonable workarounds. (#857)
2023-02-03Incremental improvements of the sample build system (#849)JakobL-MSFT
2023-01-30Build scripts update (#844)Adonais Romero González
--------- Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>