Update pipeline.user.windows.yml

This commit is contained in:
Clint Rutkas 2020-05-31 21:05:02 -07:00 committed by GitHub
parent efe84e58d7
commit cf53614721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,10 @@ build:
- !!buildcommand
name: 'Build Power Toys'
command: '.pipelines\build.cmd'
artifacts:
- to: 'Symbols/x64'
include:
- '**/x64/*.pdb'
artifacts:
- from: 'x64/Release'
to: 'Build_Output'
@ -127,13 +131,6 @@ build:
- 'PowerToysSetup-*.msi'
signing_options:
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:
commands: