Skip to content

Commit a8f7bb8

Browse files
committed
Run tests
1 parent 4e30694 commit a8f7bb8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ jobs:
1515
matrix:
1616
Debug:
1717
BuildConfiguration: Debug
18+
_debugArg: '-Debug'
1819
Release:
1920
BuildConfiguration: Release
21+
_debugArg: ''
2022
steps:
2123
- task: NuGetToolInstaller@0
2224
displayName: 'Use NuGet 5.3.1'
@@ -36,3 +38,8 @@ jobs:
3638
solution: '$(BuildSolution)'
3739
platform: '$(BuildPlatform)'
3840
configuration: '$(BuildConfiguration)'
41+
42+
- task: PowerShell@2
43+
displayName: Run Tests
44+
script: .\opencover-report.ps1
45+
arguments: '$(_debugArg) -NoBuild -NoReport'

0 commit comments

Comments
 (0)