in src/Microsoft.NuGet.Build.Tasks/NuGetPackageObject.cs [49:53]
public string GetFullPathToFile(string relativePath)
{
relativePath = relativePath.Replace('/', '\\');
return Path.Combine(_fullPackagePath.Value, relativePath);
}