diff --git a/.hgignore b/.hgignore index 1b0df607b..26f8826f4 100644 --- a/.hgignore +++ b/.hgignore @@ -21,3 +21,6 @@ glob:*.suo glob:src/Orchard.Web/Modules-temp/* glob:*.itrace.csdef glob:*.build.csdef +glob:src/Orchard.Azure/Orchard.Azure.Web/Core +glob:src/Orchard.Azure/Orchard.Azure.Web/Modules +glob:src/Orchard.Azure/Orchard.Azure.Web/Themes diff --git a/AzurePackage.proj b/AzurePackage.proj index 1d2a466f2..1e85b80b3 100644 --- a/AzurePackage.proj +++ b/AzurePackage.proj @@ -1,5 +1,5 @@ - + diff --git a/src/Orchard.Azure/Orchard.Azure.Web/CopyModulesAndThemes.proj b/src/Orchard.Azure/Orchard.Azure.Web/CopyModulesAndThemes.proj new file mode 100644 index 000000000..fe479004f --- /dev/null +++ b/src/Orchard.Azure/Orchard.Azure.Web/CopyModulesAndThemes.proj @@ -0,0 +1,44 @@ + + + + + + + $(MSBuildProjectDirectory)\..\..\Orchard.Web + $(MSBuildProjectDirectory) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj b/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj index 9f81d4831..55bf9ec3d 100644 --- a/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj +++ b/src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj @@ -321,9 +321,12 @@ Other similar extension points exist, see Microsoft.Common.targets. --> - + + + +