From 59c6b732cb42f5ec55bf737c2edb1db57bd6ba48 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Tue, 8 Jan 2019 16:38:00 +0100 Subject: [PATCH] Reinstate VSTest. --- azure-pipelines.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 96623d3d47..07272dd78f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -48,15 +48,14 @@ steps: platform: '$(buildPlatform)' configuration: '$(buildConfiguration)' -# VSTest is hanging. Skip tests for now; we're still running Appveyor which will handle the tests. -#- task: VSTest@2 -# inputs: -# searchFolder: '$(Build.SourcesDirectory)\test' -# testAssemblyVer2: '**\bin\**\*Tests.dll' -# platform: '$(buildPlatform)' -# configuration: '$(buildConfiguration)' -# diagnosticsEnabled: true -# runSettingsFile: '$(Build.SourcesDirectory)\test\test.runsettings' +- task: VSTest@2 + inputs: + searchFolder: '$(Build.SourcesDirectory)\test' + testAssemblyVer2: '**\bin\**\*Tests.dll' + platform: '$(buildPlatform)' + configuration: '$(buildConfiguration)' + diagnosticsEnabled: true + runSettingsFile: '$(Build.SourcesDirectory)\test\test.runsettings' - task: PublishBuildArtifacts@1 inputs: