Update pipeline.user.windows.yml

This commit is contained in:
Clint Rutkas 2020-06-01 10:26:10 -07:00 committed by GitHub
parent 84a197299f
commit 5680a34ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'