Update pipeline.user.windows.yml

This commit is contained in:
Clint Rutkas
2020-05-31 22:19:50 -07:00
committed by GitHub
parent cf53614721
commit 4cc6c5ec35

View File

@@ -43,7 +43,7 @@ build:
artifacts: artifacts:
- to: 'Symbols/x64' - to: 'Symbols/x64'
include: include:
- '**/x64/*.pdb' - '**/x64/*/*.pdb'
artifacts: artifacts:
- from: 'x64/Release' - from: 'x64/Release'
to: 'Build_Output' to: 'Build_Output'