Skip to content

Commit 490a112

Browse files
committed
Set filePath and workingDirectory
1 parent 03512c0 commit 490a112

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ jobs:
4242
- task: PowerShell@2
4343
displayName: Run Tests
4444
inputs:
45-
script: .\opencover-report.ps1
45+
workingDirectory: '$(Build.SourcesDirectory)/build'
46+
filePath: opencover-report.ps1
4647
arguments: '$(_debugArg) -NoBuild -NoReport'

0 commit comments

Comments
 (0)