Skip to content

Commit

Permalink
installing vstest
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKert committed Mar 21, 2019
1 parent 334f6c2 commit c5357eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ steps:
- script: nbgv cloud -a
displayName: Set Version

- task: VisualStudioTestPlatformInstaller@1
displayName: VsTest Platform Installer

- task: NuGetToolInstaller@0

- task: NuGetCommand@2
Expand Down Expand Up @@ -58,6 +61,7 @@ steps:
testAssemblyVer2: |
**\$(BuildConfiguration)\**\*IntegrationTests*.dll
!**\obj\**
vsTestVersion: toolsInstaller
platform: '$(BuildPlatform)'
configuration: '$(BuildConfiguration)'

Expand Down

0 comments on commit c5357eb

Please sign in to comment.