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