Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
Errors when running tests task related to testhost... following some guidance from here to exclude that dll from being tested itself microsoft/vstest#2218 (comment)
  • Loading branch information
robert-shattock committed Jun 5, 2020
1 parent 865865f commit ced15f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Expand Up @@ -34,6 +34,7 @@ steps:
testAssemblyVer2: |
**\*test*.dll
!**\*TestAdapter.dll
!**\*TestHost.dll
!**\obj\**
searchFolder: '$(System.DefaultWorkingDirectory)'
otherConsoleOptions: '/framework:".NETCoreApp,Version=v3.1"'
Expand Down

0 comments on commit ced15f1

Please sign in to comment.