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