2 references to NoRestoreOption
dotnet (2)
Commands\Test\TestCommandParser.cs (1)
302
command.Options.Add(
NoRestoreOption
);
Commands\Test\VSTest\TestCommand.cs (1)
220
bool noRestore = result.GetValue(TestCommandParser.
NoRestoreOption
) || result.GetValue(TestCommandParser.NoBuildOption);