The command cleans the assembly directory for the specified configuration for given projects and solutions, or cleans the assembly directories for the specified configuration for the system libraries.
To clean the debug configuration output for the dc.cminorp project, use the following command:
This clean command deletes the assembly/debug directory.
To clean the release configuration output for the dc.cminorp project, use the following command:
This clean command deletes the assembly/release directory.