Skip to content

Commit

Permalink
- fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Sep 5, 2024
1 parent 80ba8cb commit 921656f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eng/pipelines/common/maui-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
IOS_TEST_DEVICE: ios-simulator-64_17.2

- pwsh: ./build.ps1 --target=dotnet-integration-test --filter="Category=${{ RunPlatform.testName }}" --resultsfilename="integration-run-${{ RunPlatform.testName }}" --verbosity=diagnostic
displayName: Run $(PLATFORM_NAME) templates run tests
displayName: Run ${{ RunPlatform.testName }} templates run tests
continueOnError: true
# TODO: pass properly device type/version from top-level yml
${{ if eq(RunPlatform.testName, 'RunOniOS') }}:
Expand All @@ -200,12 +200,12 @@ jobs:
continueOnError: true

- task: PublishTestResults@2
displayName: Publish the $(PLATFORM_NAME) templates run tests
displayName: Publish the ${{ RunPlatform.testName }} templates run tests
condition: always()
inputs:
testRunner: VSTest
testResultsFiles: '$(build.artifactstagingdirectory)/**/*.trx'
testRunTitle: $(PLATFORM_NAME) templates run tests
testRunTitle: ${{ RunPlatform.testName }} templates run tests

- task: PublishBuildArtifacts@1
condition: always()
Expand Down

0 comments on commit 921656f

Please sign in to comment.