[CI build] exclude WebcamReportTool from build (#10510)

This commit is contained in:
Enrico Giordani
2021-03-31 09:37:18 +02:00
committed by GitHub
parent 38b9ce3aa2
commit 1728857ca1
2 changed files with 0 additions and 4 deletions

View File

@@ -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