8 references to GetOutputPath
NuGet.Commands (8)
CommandRunners\PackCommandRunner.cs (7)
116outputPath = outputPath ?? GetOutputPath(builder, _packArgs, false, builder.Version); 189string outputPath = GetOutputPath(builder, _packArgs, false, builder.Version); 236string outputPath = GetOutputPath(builder, _packArgs, symbols: false, nugetVersion: builder.Version); 402string outputPath = GetOutputPath(packageBuilder, _packArgs); 541string outputPath = GetOutputPath(mainPackageBuilder, _packArgs); 582string outputPath = GetOutputPath(symbolsBuilder, _packArgs, symbols: true); 768string outputPath = GetOutputPath(symbolsBuilder, _packArgs, symbols: true);
MSBuildProjectFactory.cs (1)
95var manifestPath = PackCommandRunner.GetOutputPath(