Skip to content

Commit

Permalink
try use bracket syntax (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmeister authored Apr 24, 2020
1 parent 71d1934 commit 1f63688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines-ci/templates/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ steps:
displayName: 'Test'
inputs:
targetType: inline
pwsh: ${{ parameters.pwsh }}
pwsh: $[ parameters.pwsh ]
script: |
Import-Module .\tools\appveyor.psm1
Invoke-AppveyorTest -CheckoutPath $env:BUILD_SOURCESDIRECTORY
- task: PublishTestResults@2
inputs:
testRunner: NUnit
testResultsFiles: 'TestResults.xml'
condition: succeededOrFailed()
condition: succeededOrFailed()

0 comments on commit 1f63688

Please sign in to comment.