X Tutup
Skip to content

Commit d622a67

Browse files
committed
Add *.props and sort path filters for windows CI (#24822)
1 parent a2ac6f3 commit d622a67

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.vsts-ci/windows.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ pr:
2424
- feature*
2525
paths:
2626
include:
27-
- src/*
28-
- .vsts-ci/windows.yml
2927
- .vsts-ci/templates/*
30-
- test/*
28+
- .vsts-ci/windows.yml
29+
- '*.props'
3130
- build.psm1
31+
- src/*
32+
- test/*
3233
- tools/buildCommon/*
3334
- tools/ci.psm1
3435
- tools/WindowsCI.psm1

0 commit comments

Comments
 (0)
X Tutup