Skip to content

Commit

Permalink
Quieten down libman restore (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad authored Apr 8, 2024
1 parent d046f57 commit 1de52e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1de52e8

Please sign in to comment.