Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc authored Aug 14, 2019
1 parent e925af3 commit 1c33b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1c33b49

Please sign in to comment.