Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertk authored Oct 28, 2023
1 parent ca6fbaf commit b067ac5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b067ac5

Please sign in to comment.