From b067ac57c2e4c972b65418d0f89fb09281aee7d6 Mon Sep 17 00:00:00 2001 From: Bert Date: Sat, 28 Oct 2023 20:04:17 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d4a473c..68abca4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,8 +13,6 @@ variables: value: 'SampleSolution.sln' - name: DOTNET_ROLL_FORWARD value: 'Major' -- name: disable.coverage.autogenerate - value: 'false' # Only run against main trigger: @@ -143,7 +141,6 @@ stages: - template: ../steps/CoverageResults.yml parameters: reports: $(Build.SourcesDirectory)/**/coverage.cobertura.xml - configuration: $(_BuildConfig) condition: and(succeeded(), eq(variables['_BuildConfig'], 'Debug')) assemblyfilters: '-xunit' breakBuild: false