提交 55d00db8 编写于 作者: I ideoma

chore: makes same condition for code coverage run and report

上级 cc2a69e7
......@@ -132,13 +132,11 @@ stages:
DIFF_CONVER_THRESHOLD_PCT: $(DIFF_CONVER_THRESHOLD_PCT)
condition: |
and(
not(
and(
and( eq(variables['Agent.OS'], 'Linux'), eq(variables['jdk'], '1.11') ),
not( eq(variables['System.PullRequest.PullRequestId'], '' ) )
)
),
eq(variables['SOURCE_CODE_CHANGED'], 'true')
and(
and( eq(variables['Agent.OS'], 'Linux'), eq(variables['jdk'], '1.11') ),
not( eq(variables['System.PullRequest.PullRequestId'], '' ) )
),
eq(variables['SOURCE_CODE_CHANGED'], 'true')
)
- task: ArchiveFiles@2
displayName: "Tests failed -- Compress logs"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册