/nodeReuse:Enables or Disables the reuse of MSBuild nodes. The parameters are: True --Nodes will remain after the build completes and will be reused by subsequent builds (default) False--Nodes will not remain after the build completes (Short form: /nr) Example: /nr:true
/logger: Use this logger to log events from MSBuild. To specify multiple loggers, specify each logger separately. The syntax ...
/maxcpucount[:n Specifies the maximum number of concurrent processes to build with. If the switch is not used, the default ...
/maxcpucount[:n Specifies the maximum number of concurrent processes to build with. If the switch is not used, the default ...
/nodeReuse: Enables or Disables the reuse of MSBuild nodes. The parameters are: True -Nodes will remain after the build completes ...
/nodeReuse: Enables or Disables the reuse of MSBuild nodes. The parameters are: True -Nodes will remain after the build completes ...
/preprocess[:file Creates a single, aggregated project file by inlining all the files that would be imported during a build, ...
/property: = Set or override these project-level properties. is the property name, and is the property value. Use a semicolon ...
/property: = Set or override these project-level properties. is the property name, and is the property value. Use a semicolon ...
/q - Suppresses all UI. An .INI file cannot be specified with this option. /quiet - Same as /q. /qb - Displays minimal UI, ...