Skip to content

Instantly share code, notes, and snippets.

@ryanvgates
Last active May 29, 2018 04:30
Show Gist options
  • Save ryanvgates/a4216c584c7092a2dd86e3ee1f402f65 to your computer and use it in GitHub Desktop.
Save ryanvgates/a4216c584c7092a2dd86e3ee1f402f65 to your computer and use it in GitHub Desktop.
Jenkins MSTest Publish Results - Run MStest
"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Enterprise\\Common7\\IDE\\MSTest.exe" /resultsfile:"%WORKSPACE%\Results.trx" /testcontainer:solution\\project\\bin\\Release\\project.dll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment