We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921cf0b commit e545b17Copy full SHA for e545b17
.azure-pipelines/build-template.yml
@@ -41,6 +41,10 @@ jobs:
41
- job:
42
displayName: ${{ parameters.arch }}
43
timeoutInMinutes: ${{ parameters.timeout }}
44
+ variables:
45
+ DIFF_COVER_CHECK_THRESHOLD: 0
46
+ ${{ if eq(parameters.run_unit_test, true) }}:
47
+ DIFF_COVER_ENABLE: 'true'
48
49
pool:
50
${{ if ne(parameters.pool, 'default') }}:
0 commit comments