diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6ef2b591a..af8845d64 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:"SessionTest,SimpleRecoveryTest"' + otherConsoleOptions: '/Framework:.NETFramework,Version=v4.0' - task: VSTest@2 inputs: @@ -61,4 +61,4 @@ jobs: !**\*TestAdapter.dll platform: '$(buildPlatform)' configuration: '$(buildConfiguration)' - otherConsoleOptions: '/Framework:.NETCoreApp,Version=v2.0 /Tests:"SimpleRecoveryTest"' + otherConsoleOptions: '/Framework:.NETCoreApp,Version=v2.0'