From 1c33b49c5c372cb89f22f608dd70ad9b2eab44f9 Mon Sep 17 00:00:00 2001 From: Badrish Chandramouli Date: Wed, 14 Aug 2019 12:38:12 -0700 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 317e7d43b..6ef2b591a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -49,7 +49,7 @@ jobs: !**\*TestAdapter.dll platform: '$(buildPlatform)' configuration: '$(buildConfiguration)' - otherConsoleOptions: '/Framework:.NETFramework,Version=v4.0 /Tests:"SimpleRecoveryTest"' + otherConsoleOptions: '/Framework:.NETFramework,Version=v4.0 /Tests:"SessionTest,SimpleRecoveryTest"' - task: VSTest@2 inputs: