1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-11 23:13:06 +08:00

Restore nuget before analyzing the binaries.

This commit is contained in:
miterosan 2018-07-30 02:23:31 +02:00
parent aef824b13d
commit 8652c48c18

View File

@ -38,7 +38,11 @@ Task("Test")
});
});
Task("Restore Nuget")
.Does(() => NuGetRestore(osuSolution));
Task("InspectCode")
.IsDependentOn("Restore Nuget")
.Does(() => {
InspectCode(osuSolution, new InspectCodeSettings {
CachesHome = "inspectcode",