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 1c33b49 commit 4dc6d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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:"SessionTest,SimpleRecoveryTest"'
otherConsoleOptions: '/Framework:.NETFramework,Version=v4.0'

- task: VSTest@2
inputs:
Expand All @@ -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'

0 comments on commit 4dc6d27

Please sign in to comment.