We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f1d81 commit 8d6b126Copy full SHA for 8d6b126
src/tooling/docs-assembler/Cli/RepositoryCommands.cs
@@ -57,6 +57,8 @@ public async Task<int> CloneAll(
57
var cloner = new AssemblerRepositorySourcer(logger, assembleContext);
58
_ = await cloner.AcquireAllLatest(ctx);
59
60
+ await collector.StopAsync(ctx);
61
+
62
if (strict ?? false)
63
return collector.Errors + collector.Warnings;
64
return collector.Errors;
0 commit comments