From cf105a7b12bc23effcbf2923c47325f3aa5376a5 Mon Sep 17 00:00:00 2001 From: James Gunn Date: Thu, 4 Apr 2024 18:37:59 +0100 Subject: [PATCH] Quiten down libman restore --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 6e1bdf240..6d367136f 100644 --- a/justfile +++ b/justfile @@ -15,8 +15,8 @@ install-tools: # Restore dependencies restore: @cd {{solution-root}} && dotnet restore - @cd {{solution-root / "src" / "TeachingRecordSystem.SupportUi" }} && dotnet libman restore - @cd {{solution-root / "src" / "TeachingRecordSystem.AuthorizeAccess" }} && dotnet libman restore + @cd {{solution-root / "src" / "TeachingRecordSystem.SupportUi" }} && dotnet libman restore --verbosity quiet + @cd {{solution-root / "src" / "TeachingRecordSystem.AuthorizeAccess" }} && dotnet libman restore --verbosity quiet # Run the trscli cli *ARGS: