Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KangxuanYe committed Dec 14, 2024
1 parent 2ce5947 commit 4dffc38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/yaml-templates/ios-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ steps:
path: iOSHost
persistCredentials: true

# the line: echo "##vso[task.setvariable variable=xctestHtmlReportInstalled]Yes"
# is to set a self-defined variable to indicate task of this bash file is completing successfully because task may
# fail and exit earlier before this line (encounters an error when installing xctesthtmlreport tool)
# please use the link below for more information
# https://learn.microsoft.com/en-us/azure/devops/pipelines/process/conditions?view=azure-devops#variables-created-in-a-step-used-in-subsequent-step-conditions
- task: Bash@3
displayName: 'Install XCTestHtmlReport for publishing result'
inputs:
Expand Down

0 comments on commit 4dffc38

Please sign in to comment.