2 references to GetPackageDirectory
Microsoft.NET.Build.Tests (1)
ArtifactsOutputPathTests.cs (1)
143
new FileInfo(Path.Combine(outputPathCalculator.
GetPackageDirectory
(configuration: "release"), testProject.Name + ".1.0.0.nupkg"))
Microsoft.NET.TestFramework (1)
Commands\MSBuildCommand.cs (1)
108
return new DirectoryInfo(OutputPathCalculator.FromProject(ProjectFile, TestAsset).
GetPackageDirectory
(configuration));