Skip to content

Commit

Permalink
Always rebuild all for changes to files in 'Common'
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed Dec 23, 2024
1 parent a60c673 commit 0b196fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Runner/Jobs/JitDiffJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ public static async Task BuildAndCopyRuntimeBranchBitsAsync(JobBase job, string
{
libs = true;
}
else if (file.Contains("Common", StringComparison.OrdinalIgnoreCase))
{
clr = true;
libs = true;
}
else if (!file.StartsWith("src/tests/", StringComparison.OrdinalIgnoreCase))
{
clr = true;
Expand Down

0 comments on commit 0b196fa

Please sign in to comment.