mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 09:28:03 +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'
|
||||
command: '.pipelines\build.cmd'
|
||||
artifacts:
|
||||
- to: 'x64 Symbols'
|
||||
include:
|
||||
- '**/x64/*.pdb'
|
||||
- from: 'x64/Release'
|
||||
to: 'Build_Output'
|
||||
include:
|
||||
@ -117,11 +120,6 @@ build:
|
||||
- 'SettingsUIRunner\Telemetry.dll'
|
||||
signing_options:
|
||||
sign_inline: true # This does signing a soon as this command completes
|
||||
artifacts:
|
||||
- from: 'x64/Release'
|
||||
to: 'Symbols_x64'
|
||||
include:
|
||||
- '**/x64/*/*.pdb'
|
||||
- !!buildcommand
|
||||
name: 'Build Power Toys Installer'
|
||||
command: '.pipelines\build-installer.cmd'
|
||||
|
Loading…
Reference in New Issue
Block a user