Stabilize sort order
This commit is contained in:
parent
b9cb0ef632
commit
60c3bec1e0
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ namespace AspectedRouting
|
|||
|
||||
var tests = Directory.EnumerateFiles(inputDir, "*.csv", SearchOption.AllDirectories)
|
||||
.ToList();
|
||||
tests.Sort();
|
||||
|
||||
foreach (var test in tests)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue