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:
parent
aef824b13d
commit
8652c48c18
@ -38,7 +38,11 @@ Task("Test")
|
||||
});
|
||||
});
|
||||
|
||||
Task("Restore Nuget")
|
||||
.Does(() => NuGetRestore(osuSolution));
|
||||
|
||||
Task("InspectCode")
|
||||
.IsDependentOn("Restore Nuget")
|
||||
.Does(() => {
|
||||
InspectCode(osuSolution, new InspectCodeSettings {
|
||||
CachesHome = "inspectcode",
|
||||
|
Loading…
Reference in New Issue
Block a user