/logger:Specify a logger for test results. For example, to log results into a Visual Studio Test Results File (TRX) use /logger:trx. To publish test results to Team Foundation Server, use TfsPublisher as shown below Example: /logger:TfsPublisher; Collection= ; BuildName= ; TeamProject= [;Platform= ] [;Flavor= ] [;RunTitle= ]
/help Displays this usage message (short form: /? or /h). /nologo Do not display the startup banner and copyright message. ...
/ignoreprojectextensions: List of extensions to ignore when determining which project file to build. Use a semicolon or a ...
/InIsolation Runs the tests in an isolated process. This makes vstest.console.exe process less likely to be stopped on an ...
/install | /repair | /uninstall | /layout directory - installs, repairs, uninstalls or creates a complete local copy of the ...
/logger: Specify a logger for test results. For example, to log results into a Visual Studio Test Results File (TRX) use ...
/logger: Use this logger to log events from MSBuild. To specify multiple loggers, specify each logger separately. The syntax ...
/MANIFESTFILE lets you change the default name of the manifest file. The default name of the manifest file is the file name ...
/maxcpucount[:n Specifies the maximum number of concurrent processes to build with. If the switch is not used, the default ...
/maxpriority:[priority Only tests whose priority is less than or equal to this value will be executed. Example: /minpriority:0 ...