Enables shadow copying when set to true.

Shadow copying allows the original assemblies to be modified while the tests are running. However, shadow copying may occasionally cause some tests to fail if they depend on their original location.

The default is false.

Namespace:  Gallio.MSBuildTasks
Assembly:  Gallio.MSBuildTasks (in Gallio.MSBuildTasks.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
public bool ShadowCopy { private get; set; }
Visual Basic (Declaration)
Public Property ShadowCopy As Boolean

See Also