Skip to content

Commit 8eeb568

Browse files
committed
shrink artifacts by not stowing pdbs
1 parent 6062d90 commit 8eeb568

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/pipelines/templates/build-console-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ steps:
166166
$(Build.SourcesDirectory)/bin/$(RationalizedBuildPlatform)/$(BuildConfiguration)/*.xml
167167
**/Microsoft.VCLibs.*.appx
168168
**/TestHostApp/*
169+
!**/*.pdb
169170
TargetFolder: '$(Build.ArtifactStagingDirectory)/$(BuildConfiguration)/$(BuildPlatform)/test'
170171
OverWrite: true
171172
flattenFolders: true

0 commit comments

Comments
 (0)