Skip to content

Commit 1f63688

Browse files

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines-ci/templates/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ steps:
1313
displayName: 'Test'
1414
inputs:
1515
targetType: inline
16-
pwsh: ${{ parameters.pwsh }}
16+
pwsh: $[ parameters.pwsh ]
1717
script: |
1818
Import-Module .\tools\appveyor.psm1
1919
Invoke-AppveyorTest -CheckoutPath $env:BUILD_SOURCESDIRECTORY
2020
- task: PublishTestResults@2
2121
inputs:
2222
testRunner: NUnit
2323
testResultsFiles: 'TestResults.xml'
24-
condition: succeededOrFailed()
24+
condition: succeededOrFailed()

0 commit comments

Comments
 (0)