Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertk committed Aug 26, 2023
1 parent cc0f78d commit 49afd1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ steps:
- template: publish-coverage-results.yml
parameters:
reports: $(Build.SourcesDirectory)/**/coverage.opencover.xml
condition: and(succeeded(), eq(variables['_BuildConfig'], 'Debug'))
condition: and(succeeded(), eq(variables['BuildConfiguration'], 'Debug'))
assemblyfilters: '-xunit'

3 changes: 2 additions & 1 deletion eng/publish-coverage-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ parameters:

steps:
- task: Powershell@2
displayName: Prepare coverage files to Upload
displayName: ReportGenerator
condition: ${{parameters.condition}}
inputs:
targetType: inline
pwsh: true
Expand Down

0 comments on commit 49afd1b

Please sign in to comment.