mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Diagnosing CI failures (wip)
This commit is contained in:
parent
9001972d8b
commit
046c62e710
@ -59,7 +59,10 @@ namespace Orchard.Specs.Hosting {
|
||||
//foreach (var filename in _knownThemes)
|
||||
// Log("Available Theme: \"{0}\"", filename);
|
||||
|
||||
_knownBinAssemblies = _orchardWebPath.Combine("bin").GetFiles("*.dll").Select(f => f.FileNameWithoutExtension);
|
||||
if (_orchardWebPath.Combine("bin").Exists) {
|
||||
_knownBinAssemblies = _orchardWebPath.Combine("bin").GetFiles("*.dll").Select(f => f.FileNameWithoutExtension);
|
||||
}
|
||||
|
||||
//foreach (var filename in _knownBinAssemblies)
|
||||
// Log("Assembly in ~/bin: \"{0}\"", filename);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user