Skip to content

Commit 52d2661

Browse files
committed
Remove some logging
1 parent f1acb22 commit 52d2661

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

Tasks/PackageTask.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ public override async Task RunAsync(BuildContext context)
3939
context.Warning($"Failed to download artifacts for {rid}, exception: {ex}");
4040
}
4141
}
42-
foreach (var dir in context.GetDirectories($"{projectDir}/binaries/*"))
43-
{
44-
context.Information($"Contents of {dir}:");
45-
foreach (var file in context.GetFiles($"{dir}/**/*"))
46-
{
47-
context.Information($" - {file}");
48-
}
49-
}
5042
}
5143
else
5244
{

0 commit comments

Comments
 (0)