Skip to content

Commit

Permalink
Merge pull request #1480 from berryzplus/feature/reduce_analysis_build
Browse files Browse the repository at this point in the history
静的解析SonarCloudの対象を1環境に絞る
  • Loading branch information
berryzplus authored Dec 11, 2020
2 parents 526f512 + 68db45c commit e71baea
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ci/azure-pipelines/template.job.SonarQube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ jobs:
strategy:
maxParallel: 4
matrix:
Win32_Debug:
BuildPlatform: 'Win32'
Configuration: 'Debug'
Win32_Release:
BuildPlatform: 'Win32'
Configuration: 'Release'
Win64_Debug:
BuildPlatform: 'x64'
Configuration: 'Debug'
Win64_Release:
BuildPlatform: 'x64'
Configuration: 'Release'
Expand Down

0 comments on commit e71baea

Please sign in to comment.