Exemplo n.º 1
0
 public new string GetBuildInfoPath(string packages_root_path)
 {
     if (this.OverridePackagePath)
     {
         return(VFSUtil.GetExtensionGroup_BuildInfo_Path_InGroupPath(this.PackagePathSpecified));
     }
     else
     {
         return(base.GetManifestFilePath(packages_root_path));
     }
 }