mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Update pipeline.user.windows.yml
This commit is contained in:
@@ -40,6 +40,10 @@ build:
|
|||||||
- !!buildcommand
|
- !!buildcommand
|
||||||
name: 'Build Power Toys'
|
name: 'Build Power Toys'
|
||||||
command: '.pipelines\build.cmd'
|
command: '.pipelines\build.cmd'
|
||||||
|
artifacts:
|
||||||
|
- to: 'Symbols/x64'
|
||||||
|
include:
|
||||||
|
- '**/x64/*.pdb'
|
||||||
artifacts:
|
artifacts:
|
||||||
- from: 'x64/Release'
|
- from: 'x64/Release'
|
||||||
to: 'Build_Output'
|
to: 'Build_Output'
|
||||||
@@ -127,13 +131,6 @@ build:
|
|||||||
- 'PowerToysSetup-*.msi'
|
- 'PowerToysSetup-*.msi'
|
||||||
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
|
|
||||||
name: 'Copying x64 Symbols'
|
|
||||||
artifacts:
|
|
||||||
- to: 'Symbols/x64'
|
|
||||||
include:
|
|
||||||
- 'x64/*/*.pdb'
|
|
||||||
- 'x64/*/*/*.pdb'
|
|
||||||
|
|
||||||
package:
|
package:
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
Reference in New Issue
Block a user