Skip to content

Commit

Permalink
Add *.props and sort path filters for windows CI (#24822)
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisEz13 authored Jan 18, 2025
1 parent be53d17 commit 172d0b4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .vsts-ci/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,18 @@ pr:
- feature*
paths:
include:
- src/*
- .vsts-ci/windows.yml
- .vsts-ci/templates/*
- test/*
- .vsts-ci/windows.yml
- '*.props'
- build.psm1
- src/*
- test/*
- tools/buildCommon/*
- tools/ci.psm1
- tools/WindowsCI.psm1
exclude:
- test/common/markdown/*
- test/perf/*
- test/perf/*

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

0 comments on commit 172d0b4

Please sign in to comment.