Exemple #1
0
        protected virtual string GetBuildFilePath(IPackageTree tree)
        {
            var relativePath = BuildFile.Replace('/', '\\');

            return(Path.Combine(tree.WorkingDirectory.FullName, relativePath));
        }