Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
bijington committed Jul 17, 2019
1 parent d428d1d commit 9660617
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,21 @@ steps:
solution: '**\Expressive.csproj'
configuration: 'Release'

- task: VSTest@2
displayName: "Unit testing"
- task: BatchScript@1
displayName: "Code coverage"
inputs:
testSelector: 'testAssemblies'
testAssemblyVer2: |
**\Expressive.Tests.dll
**\Expressive.Tests.Standard.dll
!**\*TestAdapter.dll
!**\obj\**
searchFolder: '$(System.DefaultWorkingDirectory)'
filename: '.\Source\CSharp\Expressive\coverage.bat'

# - task: VSTest@2
# displayName: "Unit testing"
# inputs:
# testSelector: 'testAssemblies'
# testAssemblyVer2: |
# **\Expressive.Tests.dll
# **\Expressive.Tests.Standard.dll
# !**\*TestAdapter.dll
# !**\obj\**
# searchFolder: '$(System.DefaultWorkingDirectory)'

- task: ArchiveFiles@2
displayName: "Create Archive"
Expand Down

0 comments on commit 9660617

Please sign in to comment.