summaryrefslogtreecommitdiff
path: root/.github/scripts
diff options
context:
space:
mode:
authorJakobL-MSFT <[email protected]>2024-09-18 20:30:02 -0700
committerGitHub <[email protected]>2024-09-18 20:30:02 -0700
commit66f7736077b6fb6573418885390076e24a4daef6 (patch)
treefeec0ca54b2ee704b616e828d8fe519c86ffaabc /.github/scripts
parent3692e25f8cb37f62f8e89a659d0f64c1a34ab3e3 (diff)
Upgrade nuget SDK and WDK packages to 26100.1591 (#1217)
* Upgrade NuGet to 10.0.26100.1591
Diffstat (limited to '.github/scripts')
-rw-r--r--.github/scripts/Build-ChangedSamples.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/scripts/Build-ChangedSamples.ps1 b/.github/scripts/Build-ChangedSamples.ps1
index f7dc95f5..bdaee943 100644
--- a/.github/scripts/Build-ChangedSamples.ps1
+++ b/.github/scripts/Build-ChangedSamples.ps1
@@ -22,7 +22,7 @@ foreach ($file in $ChangedFiles) {
$filename = Split-Path $file -Leaf
# Files that can affect how every sample is built should trigger a full build
- if ($filename -eq "Build-AllSamples.ps1" -or $filename -eq "Build-Sample.ps1" -or $filename -eq "Build-SampleSet.ps1" -or $filename -eq "exclusions.csv") {
+ 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") {
$buildAll = $true
}
if ($dir -like "$root\.github\scripts" -or $dir -like "$root\.github\scripts\*") {