From 1728857ca1e31b7c8a475653eab3f87100eab148 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Wed, 31 Mar 2021 09:37:18 +0200 Subject: [PATCH] [CI build] exclude WebcamReportTool from build (#10510) --- .pipelines/build-tools.cmd | 2 -- .pipelines/pipeline.user.windows.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.pipelines/build-tools.cmd b/.pipelines/build-tools.cmd index aa5f782932..6ae68dbed1 100644 --- a/.pipelines/build-tools.cmd +++ b/.pipelines/build-tools.cmd @@ -7,5 +7,3 @@ set SolutionDir=%cd% popd SET IsPipeline=1 call msbuild ../tools/BugReportTool/BugReportTool.sln /p:Configuration=Release /p:Platform=x64 /p:CIBuild=true || exit /b 1 -call msbuild ../tools/WebcamReportTool/WebcamReportTool.sln /p:Configuration=Release /p:Platform=x64 /p:CIBuild=true || exit /b 1 - diff --git a/.pipelines/pipeline.user.windows.yml b/.pipelines/pipeline.user.windows.yml index 5dcefed0eb..d873aed929 100644 --- a/.pipelines/pipeline.user.windows.yml +++ b/.pipelines/pipeline.user.windows.yml @@ -66,7 +66,6 @@ build: include: - 'action_runner.exe' - 'BugReportTool\BugReportTool.exe' - - 'WebcamReportTool\WebcamReportTool.exe' - 'modules\ColorPicker\ColorPicker.dll' - 'modules\ColorPicker\ColorPickerUI.dll' - 'modules\ColorPicker\ColorPickerUI.exe' @@ -169,7 +168,6 @@ build: to: 'Build_Output' include: - 'BugReportTool\BugReportTool.exe' - - 'WebcamReportTool\WebcamReportTool.exe' signing_options: sign_inline: true # This does signing a soon as this command completes - !!buildcommand