mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 06:39:53 +08:00
Reduce the verbosity of the Restore.
This commit is contained in:
+3
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user