diff --git a/AspectedRouting/Program.cs b/AspectedRouting/Program.cs index 9a6bd55..916e577 100644 --- a/AspectedRouting/Program.cs +++ b/AspectedRouting/Program.cs @@ -222,6 +222,7 @@ namespace AspectedRouting var tests = Directory.EnumerateFiles(inputDir, "*.csv", SearchOption.AllDirectories) .ToList(); + tests.Sort(); foreach (var test in tests) {