mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-08 00:14:31 +08:00
Diagnosing CI failures (wip)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user