mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Correcting themes code generation
- "Touching" the solution when adding the theme to Themes.csproj also --HG-- branch : dev
This commit is contained in:
parent
ad8c7c536e
commit
1364a5fcd2
@ -302,6 +302,7 @@ namespace Orchard.CodeGeneration.Commands {
|
||||
// include in solution but dont create a project: just add the references to Orchard.Themes project
|
||||
var itemGroup = CreateProjectItemGroup(HostingEnvironment.MapPath("~/Themes/"), createdFiles, createdFolders);
|
||||
AddFilesToOrchardThemesProject(output, itemGroup);
|
||||
TouchSolution(output);
|
||||
}
|
||||
else {
|
||||
// create a project (already done) and add it to the solution
|
||||
|
Loading…
Reference in New Issue
Block a user