Exemplo n.º 1
0
        public static ITemplatesConfig ResolveTemplates(ProfileOptions options)
        {
            var templatesPath = options.Project.Templates;

            if (string.IsNullOrEmpty(templatesPath))
            {
                templatesPath = "asm://Conjure.EFX.DotNetTool/res.templates.yaml";
            }

            return(TemplatesConfig.Load(options, templatesPath,
                                        options.Options.ProfilePath));
        }