mirror of
https://github.com/ppy/osu
synced 2024-12-12 01:48:49 +00:00
Reduce the verbosity of the Restore.
This commit is contained in:
parent
03ff695a67
commit
0491fd581a
@ -43,7 +43,9 @@ Task("InspectCode")
|
||||
.Does(() => {
|
||||
var nVikaToolPath = GetFiles("./tools/NVika.MSBuild.*/tools/NVika.exe").First();
|
||||
|
||||
DotNetCoreRestore(osuSolution.FullPath);
|
||||
DotNetCoreRestore(osuSolution.FullPath, new DotNetCoreRestoreSettings {
|
||||
Verbosity = DotNetCoreVerbosity.Quiet
|
||||
});
|
||||
|
||||
InspectCode(osuSolution, new InspectCodeSettings {
|
||||
CachesHome = "inspectcode",
|
||||
|
Loading…
Reference in New Issue
Block a user