summaryrefslogtreecommitdiff
path: root/exclusions.csv
AgeCommit message (Collapse)Author
2024-02-05exclusion.csv: Update network.trans.wfpsampler to now be supported with NI ↵Jakob Lichtenberg (170957)
WDK but still broken for GE WDK
2024-01-31Add Prm sample (#1094)Yinghan Yang
* add prm sample * Update exclusions.csv * add owners for PRM and GPIO samples * fix INF --------- Co-authored-by: Yinghan Yang (307315) <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]>
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-29Remove WinHEC 2017 from exclusion listAdonais Romero Gonzalez
2024-01-26Update exclusions (#1090)JakobL-MSFT
2024-01-15Fix build errors for osrfx2_dchu_extension loose/tight solutions (#1069)andylsn
* Update exclusive.csv * Fix extension_loose solution and projects * Fix extension_tight projects * Minor update * Update exclusions.csv * Update exclusions.csv - Undo my prior edit --------- Co-authored-by: Shunni Li <[email protected]> Co-authored-by: JakobL-MSFT <[email protected]>
2024-01-15Update exclusions.csv - fix commentJakobL-MSFT
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-12-01Add exclusion for driver due to missing header in WDK updateAdonais Romero González
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-08-11Remove print samples from exclusion listAdonais Romero González
2023-06-12[general/DCHU] Fix toolset, target version and signing errors (#994)Adonais Romero González
* Set WindowsTargetPlatformVersion to target latest one instead of a fixed version * Set PlatformToolset to target latest one instead of a fixed version * Set FileDigestAlgorithm to clear errors caused by a digest algorithm not being specified * Removed exception for general\dchu\osrfx2_dchu_base; sample now builds successfully
2023-06-01[network/wlan/WDI] Rename configurations (#988)Adonais Romero González
2023-05-01[network/trans/stmedit] Fix architecture in solution (#976)Adonais Romero González
2023-04-18[general/simplemediasource] Fix architecture in solution (#977)Adonais Romero González
2022-09-26[general/filehistory] Remove sample; APIs have been deprecatedAdonais Romero Gonzalez
2022-09-26Fix exclusions file formatAdonais Romero Gonzalez
2022-08-26Add CI workflows for building and validating driver samples (#775)Adonais Romero González
* Add scripts to build a set of samples, as well as individual solution folders. * Add GitHub workflows to use these scripts and build all samples on push and changed samples on pull request. For now samples will be built under Windows 2019 but eventually workflow will be moved to run under Windows 2022.