Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PBoraMSFT committed Sep 12, 2019
1 parent d5e1832 commit beabcf2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ steps:
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'

- task: VSTest@2
inputs:
testSelector: 'testAssemblies'
testAssemblyVer2: |
**\*test*.dll
!**\*TestAdapter.dll
!**\obj\**'
searchFolder: '$(System.DefaultWorkingDirectory)'
#- task: VSTest@2
# inputs:
# testSelector: 'testAssemblies'
# testAssemblyVer2: |
# **\*test*.dll
# !**\*TestAdapter.dll
# !**\obj\**'
# searchFolder: '$(System.DefaultWorkingDirectory)'

#my random comment
#my random comment

0 comments on commit beabcf2

Please sign in to comment.