Determines whether assemblies are copied to a shadow folder during testing.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property DisableShadowCopy As Boolean |
| C# |
|---|
| public bool DisableShadowCopy { get; set; } |
| C++ |
|---|
| public property bool DisableShadowCopy sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_DisableShadowCopy(); /** property */ public void set_DisableShadowCopy(bool value); |
| JScript |
|---|
| public function get DisableShadowCopy() : bool public function set DisableShadowCopy(value : bool); |
Remarks
Shadow copying is enabled by default. If you want to test the assemblies "in place", you must set this property to .
See Also
Documentation version 1.0.0.0.