Skip to content

Commit

Permalink
Update changed paths to consider new path updates (dotnet#46308)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored Jan 5, 2021
1 parent 891e8d4 commit ac8e122
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion eng/pipelines/common/evaluate-default-paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- src/installer/*
- src/mono/*
- src/libraries/*
- src/tests/*
- eng/pipelines/installer/*
- eng/pipelines/mono/*
- eng/pipelines/libraries/*
Expand All @@ -39,6 +40,7 @@ jobs:
- src/installer/*
- src/coreclr/*
- src/libraries/*
- src/tests/*
- eng/pipelines/installer/*
- eng/pipelines/coreclr/*
- eng/pipelines/libraries/*
Expand All @@ -53,13 +55,14 @@ jobs:
- src/installer/*
- src/mono/*
- src/coreclr/*
- src/tests/*
- src/native/eventpipe/*
- eng/pipelines/coreclr/*
- eng/pipelines/mono/*
- eng/pipelines/installer/*
- subset: runtimetests
include:
- src/tests/*
- src/coreclr/tests/*
- subset: installer
include:
- docs/manpages/*
Expand All @@ -73,6 +76,8 @@ jobs:
- src/coreclr/*
- src/mono/*
- src/libraries/*
- src/tests/*
- src/native/eventpipe/*
- eng/pipelines/coreclr/*
- eng/pipelines/mono/*
- eng/pipelines/libraries/*
Expand Down

0 comments on commit ac8e122

Please sign in to comment.