NCover Disable-Enable
The Disable-Enable command is used set the active status of Collector or Desktop projects from the command line.
Usage
NCover Disable [project name] [--all]
NCover Enable [project name] [--all]
Example
ncover disable "project name"
ncover enable "project name"
ncover disable --all
ncover enable --all
Options
"project name" NCover project to enable or disable.
--all Enable or disable all projects.