From bbbbf0954d37c6350a8a2136e009b6ae30d56844 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Wed, 3 Jun 2020 18:11:11 +0200 Subject: [PATCH] [CDPx] publish symbols (#4016) --- .pipelines/pipeline.user.windows.yml | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.pipelines/pipeline.user.windows.yml b/.pipelines/pipeline.user.windows.yml index 02e3b1034d..039031748e 100644 --- a/.pipelines/pipeline.user.windows.yml +++ b/.pipelines/pipeline.user.windows.yml @@ -41,6 +41,11 @@ build: name: 'Build Power Toys' command: '.pipelines\build.cmd' artifacts: + - to: 'Symbols' + include: + - 'x64/**/*.pdb' + exclude: + - 'x64/Release/obj/**/*.pdb' - from: 'x64/Release' to: 'Build_Output' include: @@ -127,20 +132,6 @@ build: - 'PowerToysSetup-*.msi' signing_options: sign_inline: true # This does signing a soon as this command completes -# - !!buildcommand -# name: 'Archive symbols to Symbol Server' -# artifacts: -# - to: 'x64 Symbols' -# include: -# - 'x64/Release/action_runner.pdb' -# - 'x64/Release/Notifications.pdb' -# - 'x64/Release/PowerRenameUWPUI.pdb' -# - 'x64/Release/PowerToys.pdb' -# - 'x64/Release/PowerToysSettings.pdb' -# - 'x64/Release/modules/fancyzones.pdb' -# - 'x64/Release/modules/FancyZonesEditor.pdb' -# - 'x64/Release/modules/PowerRenameExt.pdb' -# - 'x64/Release/modules/shortcut_guide.pdb' package: commands: