Skip to content

Commit

Permalink
Update pipeline.user.windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crutkas committed Jun 1, 2020
1 parent a8d67a1 commit 5f049be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pipelines/pipeline.user.windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ build:
name: 'Build Power Toys'
command: '.pipelines\build.cmd'
artifacts:
- to: 'Symbols/x64'
- to: 'Symbols'
include:
- 'x64/**/*.pdb'
exclude:
- 'x64/Release/obj/**/*.pdb'
- from: 'x64/Release'
to: 'Build_Output'
include:
Expand Down

0 comments on commit 5f049be

Please sign in to comment.