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