<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/Build-Sample.ps1, branch develop</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/Build-Sample.ps1?h=develop</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/Build-Sample.ps1?h=develop'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2026-03-30T22:32:35Z</updated>
<entry>
<title>Merge Build-Sample.ps1 into Build-Samples.ps1 as internal function</title>
<updated>2026-03-30T22:32:35Z</updated>
<author>
<name>5an7y</name>
<email>jose.santiago7@hotmail.com</email>
</author>
<published>2026-03-30T22:32:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=bc6b2708d9d762dde716a2af7c8fa08534c1afcc'/>
<id>urn:sha1:bc6b2708d9d762dde716a2af7c8fa08534c1afcc</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>Add Build-Samples.ps1, ListAllSamples.ps1, fix Build-Sample retry bug</title>
<updated>2026-03-19T22:36:29Z</updated>
<author>
<name>5an7y</name>
<email>jose.santiago7@hotmail.com</email>
</author>
<published>2026-03-19T22:36:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=1c9d80c06621274f3c3db9315678695de9c4514e'/>
<id>urn:sha1:1c9d80c06621274f3c3db9315678695de9c4514e</id>
<content type='text'>
- 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 &lt;223556219+Copilot@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Miscellaneous improvements to build scripts (#1240)</title>
<updated>2025-01-22T01:33:30Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2025-01-22T01:33:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=6889bc8ede841fbee442dd668906f2798cd9936d'/>
<id>urn:sha1:6889bc8ede841fbee442dd668906f2798cd9936d</id>
<content type='text'>
* Refactor Build-SampleSet to remove warnings &amp; support EWDK

* Improved readability and logging on Build-Sample script</content>
</entry>
<entry>
<title>Build System: Catch Sporadic Failures (#1123)</title>
<updated>2024-02-21T07:41:46Z</updated>
<author>
<name>JakobL-MSFT</name>
<email>110699333+JakobL-MSFT@users.noreply.github.com</email>
</author>
<published>2024-02-21T07:41:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=ee0a1ee73dde5be876dbd25ee5ab4b467530a215'/>
<id>urn:sha1:ee0a1ee73dde5be876dbd25ee5ab4b467530a215</id>
<content type='text'>
* Build System: Catch Sporadic Failures

* Build System: Catch Sporadic Failures

---------

Co-authored-by: Jakob Lichtenberg &lt;jakobl@ntdev.microsoft.com&gt;</content>
</entry>
<entry>
<title>Simplify MSBuild Flags (#1093)</title>
<updated>2024-02-07T02:07:09Z</updated>
<author>
<name>JakobL-MSFT</name>
<email>110699333+JakobL-MSFT@users.noreply.github.com</email>
</author>
<published>2024-02-07T02:07:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=aff38669771c597fbd008a7a018993f4e2814d62'/>
<id>urn:sha1:aff38669771c597fbd008a7a018993f4e2814d62</id>
<content type='text'>
* 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</content>
</entry>
<entry>
<title>Fixes for sample build errors and updates to the execution script to use new build flags (#1078)</title>
<updated>2024-01-31T21:45:54Z</updated>
<author>
<name>zlockard</name>
<email>zac.lockard@gmail.com</email>
</author>
<published>2024-01-31T21:45:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=24f280dc4a700f00f5fbb8f13815b941620adb8e'/>
<id>urn:sha1:24f280dc4a700f00f5fbb8f13815b941620adb8e</id>
<content type='text'>
* 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 &lt;zlockard@microsoft.com&gt;
Co-authored-by: Jakob Lichtenberg (170957) &lt;jakobl@microsoft.com&gt;</content>
</entry>
<entry>
<title>Update projects so that no warning/error is logged for AddSoftware Type1 (#1086)</title>
<updated>2024-01-24T21:12:44Z</updated>
<author>
<name>andylsn</name>
<email>andylsn93@gmail.com</email>
</author>
<published>2024-01-24T21:12:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=ae267d0928bc42ec90dc7e5bf03267f237c12585'/>
<id>urn:sha1:ae267d0928bc42ec90dc7e5bf03267f237c12585</id>
<content type='text'>
Co-authored-by: Shunni Li &lt;shunnli@microsoft.com&gt;</content>
</entry>
<entry>
<title>Add infverif suppression of 1402 (add missing comment)</title>
<updated>2024-01-22T17:05:28Z</updated>
<author>
<name>Jakob Lichtenberg (170957)</name>
<email>jakobl@microsoft.com</email>
</author>
<published>2024-01-22T17:05:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=3a6ee84b6ba1b709905d51f9e110c9d87d72f0ac'/>
<id>urn:sha1:3a6ee84b6ba1b709905d51f9e110c9d87d72f0ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add infverif suppression of 1402 (#1080)</title>
<updated>2024-01-21T01:24:04Z</updated>
<author>
<name>JakobL-MSFT</name>
<email>110699333+JakobL-MSFT@users.noreply.github.com</email>
</author>
<published>2024-01-21T01:24:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=e09a8f39478f9e9656878edc5587533059249a5c'/>
<id>urn:sha1:e09a8f39478f9e9656878edc5587533059249a5c</id>
<content type='text'>
user/jakob/add_infverif_sw1402</content>
</entry>
<entry>
<title>Add more InfVerif exceptions &amp; clear exclusions (#1052)</title>
<updated>2023-11-13T21:52:08Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2023-11-13T21:52:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=393129dc4b45c0c5e22baee61532b7faa7895f03'/>
<id>urn:sha1:393129dc4b45c0c5e22baee61532b7faa7895f03</id>
<content type='text'>
</content>
</entry>
</feed>
