We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de5705 commit cd0959aCopy full SHA for cd0959a
1 file changed
azure-pipelines.yml
@@ -2,6 +2,7 @@
2
3
4
5
+
6
variables:
7
Major: '1'
8
Minor: '0'
@@ -48,6 +49,6 @@ steps:
48
49
publishFeedCredentials: 'OpenCode.Nuget'
50
arguments: '--configuration Release'
51
- task: PublishCodeCoverageResults@1
- inputs:
52
- codeCoverageTool: cobertura
53
- summaryFileLocation: $(System.DefaultWorkingDirectory)/**/coverage.cobertura.xml
+inputs:
+ codeCoverageTool: 'JaCoCo'
54
+ summaryFileLocation: $(System.DefaultWorkingDirectory)/**/coverage.cobertura.xml
0 commit comments