This repository has been archived on 2025-09-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
"The MSBuild project file to build. If a project file is not specified,"+
" MSBuild searches the current working directory for a file that has a file extension that ends in `proj` and uses that file.");
CommandOptionoutputOption=app.Option("-o|--output <OUTPUT_DIR>","Directory in which the build outputs have been placed",CommandOptionType.SingleValue);
CommandOptionframeworkOption=app.Option("-f|--framework <FRAMEWORK>","Clean a specific framework",CommandOptionType.SingleValue);
CommandOptionconfigurationOption=app.Option("-c|--configuration <CONFIGURATION>","Clean a specific configuration",CommandOptionType.SingleValue);