This repo contains a task that could be included in TFS 2015 scriptable build system.
An intention of the task is to extend the standard email notification about test results from:
to:
to be able to see the failing test names right from the email notification.
The task should be added to the build pipeline after Visual Studio Test task. "Always run" checkbox should be checked for the task
This is how build colfiguration could look:
You could either:
- upload this task to your TFS using the script, taken from (https://blogs.infosupport.com/custom-build-tasks-in-tfs-2015/)
- download the script, add it to your version control and use it as a Powershell build task.