Skip to content

Commit 03512c0

Browse files
committed
Pass inputs as inputs
1 parent a8f7bb8 commit 03512c0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ jobs:
4141

4242
- task: PowerShell@2
4343
displayName: Run Tests
44-
script: .\opencover-report.ps1
45-
arguments: '$(_debugArg) -NoBuild -NoReport'
44+
inputs:
45+
script: .\opencover-report.ps1
46+
arguments: '$(_debugArg) -NoBuild -NoReport'

0 commit comments

Comments
 (0)