private string GetAbsolutePathFromProjectRelativePath()

in src/Microsoft.NuGet.Build.Tasks/ResolveNuGetPackageAssets.cs [1022:1025]


        private string GetAbsolutePathFromProjectRelativePath(string path)
        {
            return Path.GetFullPath(Path.Combine(Path.GetDirectoryName(Path.GetFullPath(ProjectLockFile)), path));
        }