mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#19191: Fixing dynamic compilation
Work Item: 19191 --HG-- branch : 1.x
This commit is contained in:
@@ -167,7 +167,6 @@ namespace Orchard.Environment.Extensions.Loaders {
|
||||
var result = new ExtensionProbeEntry {
|
||||
Descriptor = descriptor,
|
||||
Loader = this,
|
||||
Priority = 50,
|
||||
VirtualPath = projectPath,
|
||||
VirtualPathDependencies = GetDependencies(projectPath).ToList(),
|
||||
};
|
||||
|
@@ -193,7 +193,6 @@ namespace Orchard.Environment.Extensions.Loaders {
|
||||
var result = new ExtensionProbeEntry {
|
||||
Descriptor = descriptor,
|
||||
Loader = this,
|
||||
Priority = 80,
|
||||
VirtualPath = assemblyPath,
|
||||
VirtualPathDependencies = new[] { assemblyPath },
|
||||
};
|
||||
|
Reference in New Issue
Block a user