Skip to content

Commit 32ab64d

Browse files
remove test changes
1 parent 4407d19 commit 32ab64d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/scripts/Build-ChangedSamples.ps1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ foreach ($file in $ChangedFiles) {
2525
if ($filename -eq "Build-AllSamples.ps1" -or $filename -eq "Build-Sample.ps1" -or $filename -eq "Build-SampleSet.ps1" -or $filename -eq "exclusions.csv" -or $filename -eq "Directory.Build.props" -or $filename -eq "packages.config") {
2626
$buildAll = $true
2727
}
28-
# if ($dir -like "$root\.github\scripts" -or $dir -like "$root\.github\scripts\*") {
29-
# $buildAll = $true
30-
# }
31-
# if ($dir -like "$root\.github\workflows" -or $dir -like "$root\.github\workflows\*") {
32-
# $buildAll = $true
33-
# } // Testing. Uncomment this when done
28+
if ($dir -like "$root\.github\scripts" -or $dir -like "$root\.github\scripts\*") {
29+
$buildAll = $true
30+
}
31+
if ($dir -like "$root\.github\workflows" -or $dir -like "$root\.github\workflows\*") {
32+
$buildAll = $true
33+
}
3434
if ($buildAll)
3535
{
3636
Write-Verbose "`u{2754} Full build triggered by change in file $file"

tools/sdv/samples/SDV-FailDriver-WDM/driver/fail_driver1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Module Name:
3333
#pragma alloc_text (PAGE, DispatchPnp)
3434
#pragma alloc_text (PAGE, DriverUnload)
3535
#endif
36-
// test changing file for workflow update
36+
3737
NTSTATUS
3838
DriverEntry(
3939
_In_ PDRIVER_OBJECT DriverObject,

0 commit comments

Comments
 (0)