Skip to content

Commit

Permalink
Remove report directory from Cobertura task to remove warning in Pipe…
Browse files Browse the repository at this point in the history
…lines (#23)

[skip ci]
  • Loading branch information
ktos committed May 13, 2020
1 parent d81b62d commit c417a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ steps:
inputs:
codeCoverageTool: 'Cobertura'
summaryFileLocation: '$(Agent.TempDirectory)/*/coverage.cobertura.xml'
pathToSources: 'src/'
reportDirectory: 'report/'
pathToSources: 'src/'
3 changes: 1 addition & 2 deletions azure-pipelines-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ steps:
inputs:
codeCoverageTool: 'Cobertura'
summaryFileLocation: '$(Agent.TempDirectory)/*/coverage.cobertura.xml'
pathToSources: 'src/'
reportDirectory: 'report/'
pathToSources: 'src/'

- script: dotnet publish src/*.csproj --configuration $(buildConfiguration) -o $(Build.BinariesDirectory) /p:Version=$(GitVersion.SemVer) /p:InformationalVersion=$(GitVersion.FullSemVer) -r win-x64
displayName: Publish win-x64
Expand Down

0 comments on commit c417a8b

Please sign in to comment.