Skip to content

Commit b9dbe68

Browse files
committed
copy coverage file to pkg
1 parent bfe0d00 commit b9dbe68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pipelines/azure-pipelines-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
# Copy files from a source folder to a target folder using patterns matching file paths (not folder paths).
7878
- task: CopyFiles@2
7979
inputs:
80-
Contents: '$(Agent.TempDirectory)/**/coverage.cobertura.xml' # string. Required. Contents. Default: **.
81-
TargetFolder: $(Build.ArtifactStagingDirectory)/pkg/ # string. Required. Target Folder.
80+
Contents: '$(Build.SourcesDirectory)/**/coverage.cobertura.xml'
81+
TargetFolder: $(Build.ArtifactStagingDirectory)/pkg/
8282
OverWrite: true
8383

8484
# - task: PublishCodeCoverageResults@1

0 commit comments

Comments
 (0)