8 references to GetOutputPath
NuGet.Commands (8)
CommandRunners\PackCommandRunner.cs (7)
116outputPath = outputPath ?? GetOutputPath(builder, _packArgs, false, builder.Version); 201string outputPath = GetOutputPath(builder, _packArgs, false, builder.Version); 248string outputPath = GetOutputPath(builder, _packArgs, symbols: false, nugetVersion: builder.Version); 414string outputPath = GetOutputPath(packageBuilder, _packArgs); 553string outputPath = GetOutputPath(mainPackageBuilder, _packArgs); 594string outputPath = GetOutputPath(symbolsBuilder, _packArgs, symbols: true); 780string outputPath = GetOutputPath(symbolsBuilder, _packArgs, symbols: true);
MSBuildProjectFactory.cs (1)
95var manifestPath = PackCommandRunner.GetOutputPath(