From 68db45c18dbfd35180a6812c4a725479b0599a14 Mon Sep 17 00:00:00 2001 From: berryzplus Date: Tue, 8 Dec 2020 22:18:52 +0900 Subject: [PATCH] =?UTF-8?q?=E9=9D=99=E7=9A=84=E8=A7=A3=E6=9E=90=E3=81=AE?= =?UTF-8?q?=E5=AF=BE=E8=B1=A1=E3=83=93=E3=83=AB=E3=83=89=E3=82=921?= =?UTF-8?q?=E7=92=B0=E5=A2=83=E3=81=AB=E7=B5=9E=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/azure-pipelines/template.job.SonarQube.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ci/azure-pipelines/template.job.SonarQube.yml b/ci/azure-pipelines/template.job.SonarQube.yml index 6f88468423..6cc15e867f 100644 --- a/ci/azure-pipelines/template.job.SonarQube.yml +++ b/ci/azure-pipelines/template.job.SonarQube.yml @@ -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'