We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03512c0 commit 490a112Copy full SHA for 490a112
1 file changed
azure-pipelines.yml
@@ -42,5 +42,6 @@ jobs:
42
- task: PowerShell@2
43
displayName: Run Tests
44
inputs:
45
- script: .\opencover-report.ps1
+ workingDirectory: '$(Build.SourcesDirectory)/build'
46
+ filePath: opencover-report.ps1
47
arguments: '$(_debugArg) -NoBuild -NoReport'
0 commit comments