mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
adjust the path to the commandline tools
This commit is contained in:
@ -60,7 +60,7 @@ Task("InspectCode")
|
|||||||
});
|
});
|
||||||
|
|
||||||
void RunInpectCodeInMono(FilePath nugetToolPath, FilePath nVikaToolPath) {
|
void RunInpectCodeInMono(FilePath nugetToolPath, FilePath nVikaToolPath) {
|
||||||
var inspectcodeToolPath = GetFiles("./tools/NuGet.CommandLine.*/tools/NuGet.exe").First();
|
var inspectcodeToolPath = GetFiles("./tools/Addins/JetBrains.Resharper.CommandLineTools.*/**/inspectcode.exe").First();
|
||||||
|
|
||||||
var testMonoArguments = new ProcessArgumentBuilder();
|
var testMonoArguments = new ProcessArgumentBuilder();
|
||||||
testMonoArguments.AppendSwitch("--version", "");
|
testMonoArguments.AppendSwitch("--version", "");
|
||||||
|
Reference in New Issue
Block a user