3 references to GetPackageOutputPath
Microsoft.DotNet.Build.Tasks.Packaging (3)
NuGetPack.cs (3)
167string nupkgPath = GetPackageOutputPath(nuspecPath, manifest, false, false); 174nupkgPath = GetPackageOutputPath(nuspecPath, symbolsManifest, true, false); 181nupkgPath = GetPackageOutputPath(nuspecPath, packedManifest, false, true);