diff options
| author | jacob-ronstadt <[email protected]> | 2025-03-14 12:34:26 -0700 |
|---|---|---|
| committer | jacob-ronstadt <[email protected]> | 2025-03-14 12:34:26 -0700 |
| commit | 32ab64d3116c6d97d79f1a76b988a3ff5e4858d4 (patch) | |
| tree | 679d7dfdb3854027ba4aa1a68c39bdaecfffa0fa /.github/scripts/Build-ChangedSamples.ps1 | |
| parent | 4407d197f25c578be0a03e3347bc8a1054d70951 (diff) | |
remove test changesuser/jacob-ronstadt/actions-update
Diffstat (limited to '.github/scripts/Build-ChangedSamples.ps1')
| -rw-r--r-- | .github/scripts/Build-ChangedSamples.ps1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/scripts/Build-ChangedSamples.ps1 b/.github/scripts/Build-ChangedSamples.ps1 index 90185cf9..bdaee943 100644 --- a/.github/scripts/Build-ChangedSamples.ps1 +++ b/.github/scripts/Build-ChangedSamples.ps1 @@ -25,12 +25,12 @@ foreach ($file in $ChangedFiles) { 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\*") { - # $buildAll = $true - # } - # if ($dir -like "$root\.github\workflows" -or $dir -like "$root\.github\workflows\*") { - # $buildAll = $true - # } // Testing. Uncomment this when done + if ($dir -like "$root\.github\scripts" -or $dir -like "$root\.github\scripts\*") { + $buildAll = $true + } + if ($dir -like "$root\.github\workflows" -or $dir -like "$root\.github\workflows\*") { + $buildAll = $true + } if ($buildAll) { Write-Verbose "`u{2754} Full build triggered by change in file $file" |
