mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-11 12:14:53 +08:00
Update pipeline.user.windows.yml
This commit is contained in:
parent
84a197299f
commit
5680a34ec1
@ -41,6 +41,9 @@ build:
|
|||||||
name: 'Build Power Toys'
|
name: 'Build Power Toys'
|
||||||
command: '.pipelines\build.cmd'
|
command: '.pipelines\build.cmd'
|
||||||
artifacts:
|
artifacts:
|
||||||
|
- to: 'x64 Symbols'
|
||||||
|
include:
|
||||||
|
- '**/x64/*.pdb'
|
||||||
- from: 'x64/Release'
|
- from: 'x64/Release'
|
||||||
to: 'Build_Output'
|
to: 'Build_Output'
|
||||||
include:
|
include:
|
||||||
@ -117,11 +120,6 @@ build:
|
|||||||
- 'SettingsUIRunner\Telemetry.dll'
|
- 'SettingsUIRunner\Telemetry.dll'
|
||||||
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
|
||||||
artifacts:
|
|
||||||
- from: 'x64/Release'
|
|
||||||
to: 'Symbols_x64'
|
|
||||||
include:
|
|
||||||
- '**/x64/*/*.pdb'
|
|
||||||
- !!buildcommand
|
- !!buildcommand
|
||||||
name: 'Build Power Toys Installer'
|
name: 'Build Power Toys Installer'
|
||||||
command: '.pipelines\build-installer.cmd'
|
command: '.pipelines\build-installer.cmd'
|
||||||
|
Loading…
Reference in New Issue
Block a user