mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-07-16 19:41:16 +08:00
Copying roslyn binaries before running Specflow tests
This commit is contained in:
parent
5f0e690874
commit
2586675cc1
@ -96,6 +96,12 @@ namespace Orchard.Specs.Hosting {
|
|||||||
.DeepCopy("*.*", _tempSite.Combine("bin").Combine("amd64"));
|
.DeepCopy("*.*", _tempSite.Combine("bin").Combine("amd64"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Log("Copy roslyn binaries");
|
||||||
|
if (_orchardWebPath.Combine("bin").Combine("roslyn").IsDirectory) {
|
||||||
|
_orchardWebPath.Combine("bin").Combine("roslyn")
|
||||||
|
.DeepCopy("*.*", _tempSite.Combine("bin").Combine("roslyn"));
|
||||||
|
}
|
||||||
|
|
||||||
// Copy binaries of this project, so that remote execution of lambda
|
// Copy binaries of this project, so that remote execution of lambda
|
||||||
// can be achieved through serialization to the ASP.NET appdomain
|
// can be achieved through serialization to the ASP.NET appdomain
|
||||||
// (see Execute(Action) method)
|
// (see Execute(Action) method)
|
||||||
|
Loading…
Reference in New Issue
Block a user