We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe0d00 commit b9dbe68Copy full SHA for b9dbe68
1 file changed
.pipelines/azure-pipelines-template.yml
@@ -77,8 +77,8 @@ jobs:
77
# Copy files from a source folder to a target folder using patterns matching file paths (not folder paths).
78
- task: CopyFiles@2
79
inputs:
80
- Contents: '$(Agent.TempDirectory)/**/coverage.cobertura.xml' # string. Required. Contents. Default: **.
81
- TargetFolder: $(Build.ArtifactStagingDirectory)/pkg/ # string. Required. Target Folder.
+ Contents: '$(Build.SourcesDirectory)/**/coverage.cobertura.xml'
+ TargetFolder: $(Build.ArtifactStagingDirectory)/pkg/
82
OverWrite: true
83
84
# - task: PublishCodeCoverageResults@1
0 commit comments