Skip to content

Commit

Permalink
Update path filters for Windows CI (#24809) (#24819)
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisEz13 authored Jan 17, 2025
1 parent 3168a49 commit 4b3f794
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .vsts-ci/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,17 @@ pr:
- feature*
paths:
include:
- '*'
- src/*
- .vsts-ci/windows.yml
- .vsts-ci/templates/*
- test/*
- build.psm1
- tools/buildCommon/*
- tools/ci.psm1
- tools/WindowsCI.psm1
exclude:
- .dependabot/config.yml
- .github/ISSUE_TEMPLATE/*
- .vsts-ci/misc-analysis.yml
- tools/cgmanifest.json
- LICENSE.txt
- test/common/markdown/*
- test/perf/*
- tools/packaging/*
- tools/releaseBuild/*
- tools/releaseBuild/azureDevOps/templates/*
- README.md
- .spelling
- .pipelines/*

variables:
GIT_CONFIG_PARAMETERS: "'core.autocrlf=false'"
Expand Down

0 comments on commit 4b3f794

Please sign in to comment.