mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
[CI build] exclude WebcamReportTool from build (#10510)
This commit is contained in:
@@ -7,5 +7,3 @@ set SolutionDir=%cd%
|
|||||||
popd
|
popd
|
||||||
SET IsPipeline=1
|
SET IsPipeline=1
|
||||||
call msbuild ../tools/BugReportTool/BugReportTool.sln /p:Configuration=Release /p:Platform=x64 /p:CIBuild=true || exit /b 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
|
|
||||||
|
|
||||||
|
|||||||
@@ -66,7 +66,6 @@ build:
|
|||||||
include:
|
include:
|
||||||
- 'action_runner.exe'
|
- 'action_runner.exe'
|
||||||
- 'BugReportTool\BugReportTool.exe'
|
- 'BugReportTool\BugReportTool.exe'
|
||||||
- 'WebcamReportTool\WebcamReportTool.exe'
|
|
||||||
- 'modules\ColorPicker\ColorPicker.dll'
|
- 'modules\ColorPicker\ColorPicker.dll'
|
||||||
- 'modules\ColorPicker\ColorPickerUI.dll'
|
- 'modules\ColorPicker\ColorPickerUI.dll'
|
||||||
- 'modules\ColorPicker\ColorPickerUI.exe'
|
- 'modules\ColorPicker\ColorPickerUI.exe'
|
||||||
@@ -169,7 +168,6 @@ build:
|
|||||||
to: 'Build_Output'
|
to: 'Build_Output'
|
||||||
include:
|
include:
|
||||||
- 'BugReportTool\BugReportTool.exe'
|
- 'BugReportTool\BugReportTool.exe'
|
||||||
- 'WebcamReportTool\WebcamReportTool.exe'
|
|
||||||
signing_options:
|
signing_options:
|
||||||
sign_inline: true # This does signing a soon as this command completes
|
sign_inline: true # This does signing a soon as this command completes
|
||||||
- !!buildcommand
|
- !!buildcommand
|
||||||
|
|||||||
Reference in New Issue
Block a user