- Print
- Comment
- DarkLight
- PDF
Step 5 - VS Tests - Build
Article summary
Did you find this summary helpful?
Thank you for your feedback!
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:
YAML
The yaml for this task is below:
steps:
- task: VSTest@2
displayName: 'VsTest - testAssemblies'
Was this article helpful?