Step 5 - VS Tests - Build
  • 18 Nov 2019
  • 1 Minute to read
  • Contributors
  • Comment
  • Dark
    Light
  • PDF

Step 5 - VS Tests - Build

  • Comment
  • Dark
    Light
  • PDF

Article Summary

In this step we will use the VsTest task to execute any unit tests. This will run any unit tests in our solution.

A picture of the configuration of this task is below:

image.png

YAML

The yaml for this task is below:

steps:
- task: VSTest@2
  displayName: 'VsTest - testAssemblies'


Was this article helpful?