Skip to content

Commit

Permalink
Quiten down libman restore
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad committed Apr 4, 2024
1 parent f0c2304 commit 64f98e3
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 64f98e3

Please sign in to comment.