4 references to ToolManifestOption
dotnet (2)
Commands\Tool\Install\ToolInstallCommandParser.cs (1)
113command.Options.Add(ToolManifestOption);
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
51_explicitManifestFile = parseResult.GetValue(ToolInstallCommandParser.ToolManifestOption);
dotnet.Tests (2)
CommandTests\Tool\Install\InstallToolParserTests.cs (1)
97result.GetRequiredValue(ToolInstallCommandParser.ToolManifestOption).Should().Be("folder/my-manifest.format");
CommandTests\Tool\Update\UpdateToolParserTests.cs (1)
180result.GetValue(ToolInstallCommandParser.ToolManifestOption).Should().Be(@"folder/my-manifest.format");