Skip to content

Commit

Permalink
Use absolute path for filefilters
Browse files Browse the repository at this point in the history
Same as dev support; reportgenerator documentation is not clear on when absolute or relative paths are required.
  • Loading branch information
heaths committed Nov 25, 2020
1 parent f33ab1a commit 3bf33c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
targetdir: $(Build.SourcesDirectory)
reporttypes: Cobertura;HtmlSummary
filefilters: >-
+sdk/${{parameters.ServiceDirectory}}/**;
+$(Build.SourcesDirectory)\sdk\${{parameters.ServiceDirectory}}\**;
- task: PublishCodeCoverageResults@1
condition: and(succeededOrFailed(), eq(variables['CollectCoverage'], 'true'))
displayName: Publish Code Coverage Reports
Expand Down

0 comments on commit 3bf33c0

Please sign in to comment.