Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Last active December 13, 2019 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/3c6f98398bead4133473103c9f71acaa to your computer and use it in GitHub Desktop.
Save guitarrapc/3c6f98398bead4133473103c9f71acaa to your computer and use it in GitHub Desktop.
dotnet test RunConfiguration
<RunConfiguration>
<MaxCpuCount>1</MaxCpuCount>
<ResultsDirectory>.\TestResults</ResultsDirectory>
<TargetPlatform>x86</TargetPlatform>
<TargetFrameworkVersion>Framework40</TargetFrameworkVersion>
<TestAdaptersPaths>%SystemDrive%\Temp\foo;%SystemDrive%\Temp\bar</TestAdaptersPaths>
<TestSessionTimeout>10000</TestSessionTimeout>
</RunConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment