mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fix to the CI server staging path for integration tests.
CR: Loudej --HG-- branch : dev
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Orchard.Specs.Hosting {
|
|||||||
// The second one is for the target "spec" in orchard.proj.
|
// The second one is for the target "spec" in orchard.proj.
|
||||||
_orchardWebPath = baseDir.Up(3).Combine("Orchard.Web");
|
_orchardWebPath = baseDir.Up(3).Combine("Orchard.Web");
|
||||||
if (!_orchardWebPath.Exists) {
|
if (!_orchardWebPath.Exists) {
|
||||||
_orchardWebPath = baseDir.Up(2).Combine("src").Combine("Orchard.Web");
|
_orchardWebPath = baseDir.Parent.Combine("stage");
|
||||||
}
|
}
|
||||||
|
|
||||||
baseDir.Combine("Hosting").Combine(templateName)
|
baseDir.Combine("Hosting").Combine(templateName)
|
||||||
|
|||||||
Reference in New Issue
Block a user