Skip to content

Commit

Permalink
Tests copying logic attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed Oct 27, 2024
1 parent 2710693 commit 58edb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runner/Helpers/RuntimeHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public static async Task CopyReleaseTestAssembliesAsync(JobBase job, string bran

string logPrefix = $"{branch} release";

Parallel.ForEach(Directory.GetDirectories("runtime/artifacts/tests/libraries"), dir =>
Parallel.ForEach(Directory.GetDirectories("runtime/artifacts/bin"), dir =>
{
string name = Path.GetFileName(dir);

Expand Down

0 comments on commit 58edb1f

Please sign in to comment.