mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 13:51:22 +08:00
Compiling the solution for CI tests
This commit is contained in:
parent
046c62e710
commit
8032d202e3
@ -160,6 +160,11 @@
|
||||
</ItemGroup>
|
||||
<Copy SourceFiles="@(NUnitAddinFiles)" DestinationFolder="$(LibFolder)\nunit\addins" />
|
||||
|
||||
<!-- The Spec tests require the local project to be built and so that /bin exists -->
|
||||
<MSBuild
|
||||
Projects="$(SrcFolder)\Orchard.sln"
|
||||
Targets="Build"/>
|
||||
|
||||
<CreateItem Include="$(CompileFolder)\*.Specs.dll">
|
||||
<Output TaskParameter="Include" ItemName="SpecAssemblies" />
|
||||
</CreateItem>
|
||||
|
@ -59,10 +59,7 @@ namespace Orchard.Specs.Hosting {
|
||||
//foreach (var filename in _knownThemes)
|
||||
// Log("Available Theme: \"{0}\"", filename);
|
||||
|
||||
if (_orchardWebPath.Combine("bin").Exists) {
|
||||
_knownBinAssemblies = _orchardWebPath.Combine("bin").GetFiles("*.dll").Select(f => f.FileNameWithoutExtension);
|
||||
}
|
||||
|
||||
_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