github microsoft/azure-pipelines-tasks vstest-2-157-3
VsTest 2.157.3

latest releases: v237, v236, v234...
4 years ago
  1. If you are not the TFS team project collection administrator, make sure that you have been added as an agent pool administrator at All Pools level. For more information, see Agent pools.

  2. Download the attached PowerShell script VsTest-2.157.3.ps1.

  3. On one your TFS Application Tiers, open a PowerShell console, and then change the current location to the directory where you downloaded the .ps1 file in step 2.

  4. To verify that your execution policy allows for the execution of installation scripts, run the following command line:

Set-ExecutionPolicy Unrestricted -Scope Process -Force
  1. From a TFS Application Tier, run the installation script against your TFS collection, as follows:
.\VsTest-2.157.3.ps1 -CollectionUrl http://myserver:8080/tfs/DefaultCollection

Don't miss a new azure-pipelines-tasks release

NewReleases is sending notifications on new releases.