Skip to content

Commit

Permalink
Fix azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencc committed Apr 26, 2024
1 parent c8b5a6b commit 0501747
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions Importia.SDK/.BuildDefinitions/azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,6 @@ stages:
projects: a3innuva.Importia.SDK.sln
arguments: '--filter "FullyQualifiedName~.tests" -c $(BuildConfiguration) --no-build --no-restore --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover'
testRunTitle: 'BackendTests'

- script: 'dotnet tool install --global dotnet-reportgenerator-globaltool --version 5.1.6'
displayName: 'Install ReportGenerator tool'

- script: 'reportgenerator -reports:**/coverage.opencover.xml -targetdir:$(Agent.TempDirectory) -reporttypes:"Cobertura"'
displayName: 'Create reports'

- task: SonarQubeAnalyze@5
displayName: 'SonarQube analyze'
Expand All @@ -117,10 +111,4 @@ stages:
- task: SonarQubePublish@5
displayName: 'SonarQube publish'
inputs:
pollingTimeoutSec: '300'

- task: PublishCodeCoverageResults@1
displayName: 'Publish code coverage'
inputs:
codeCoverageTool: 'Cobertura'
summaryFileLocation: '$(Agent.TempDirectory)/*.xml'
pollingTimeoutSec: '300'

0 comments on commit 0501747

Please sign in to comment.