3 references to ConfigOption
dotnet (2)
Commands\Tool\Restore\ToolRestoreCommand.cs (1)
64
_configFilePath = result.GetValue(ToolRestoreCommandParser.
ConfigOption
);
Commands\Tool\Restore\ToolRestoreCommandParser.cs (1)
34
command.Options.Add(
ConfigOption
);
dotnet.Tests (1)
CommandTests\Tool\Restore\ToolRestoreParserTests.cs (1)
35
result.GetRequiredValue(ToolRestoreCommandParser.
ConfigOption
).Should().Be(@"C:\TestAssetLocalNugetFeed");