Skip to content

Commit

Permalink
chore(deps): update dependency sonarcloud to v3 (#3079)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency sonarcloudprepare to v3

* chore(deps): update dependency sonarcloudpublish to v3 (#3080)

Co-authored-by: Renovatebot <[email protected]>

* migrate breaking change

* chore(deps): update dependency sonarcloudanalyze to v3 (#3078)

Co-authored-by: Renovatebot <[email protected]>
Co-authored-by: Rouke Broersma <[email protected]>
Co-authored-by: Rouke Broersma <[email protected]>

---------

Co-authored-by: Renovatebot <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rouke Broersma <[email protected]>
Co-authored-by: Rouke Broersma <[email protected]>
  • Loading branch information
4 people authored Oct 25, 2024
1 parent 3e71d77 commit 79d9f40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ stages:
inputs:
version: 8.x
- template: pipeline-templates/populate-cache-steps.yml
- task: SonarCloudPrepare@2
- task: SonarCloudPrepare@3
inputs:
SonarCloud: 'SonarCloud stryker-net'
organization: 'stryker-net'
scannerMode: 'MSBuild'
scannerMode: 'dotnet'
projectKey: 'stryker-net'
projectName: 'Stryker .NET'
projectVersion: '$(PackageVersion)'
Expand All @@ -67,8 +67,8 @@ stages:
command: test
projects: 'src/Stryker.Core/Stryker.Core.UnitTest/Stryker.Core.UnitTest.csproj'
arguments: '--collect "Code coverage"'
- task: SonarCloudAnalyze@2
- task: SonarCloudPublish@2
- task: SonarCloudAnalyze@3
- task: SonarCloudPublish@3
inputs:
pollingTimeoutSec: '300'
- job: RunStrykerCLI
Expand Down

0 comments on commit 79d9f40

Please sign in to comment.