From b339e25ddfa7474fd4d3126c56115de5c77014c4 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 26 Jan 2023 11:14:09 -0800 Subject: [PATCH] set uploadCoverage --- .azure-pipelines/main.yml | 3 +++ 1 file changed, 3 insertions(+) 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