diff --git a/.azure-pipelines/main.yml b/.azure-pipelines/main.yml index d3c3a152e..c08cfea56 100644 --- a/.azure-pipelines/main.yml +++ b/.azure-pipelines/main.yml @@ -6,5 +6,8 @@ pr: - master - '*.x' +variables: + uploadCoverage: true + jobs: - template: templates/jobs/standard-tests-jobs.yml