Skip to content

Commit 467e5bc

Browse files
committed
attempt more artifact shrink discarding unnecessary things
1 parent 8eeb568 commit 467e5bc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,13 @@ steps:
165165
$(Build.SourcesDirectory)/bin/$(RationalizedBuildPlatform)/$(BuildConfiguration)/*.dll
166166
$(Build.SourcesDirectory)/bin/$(RationalizedBuildPlatform)/$(BuildConfiguration)/*.xml
167167
**/Microsoft.VCLibs.*.appx
168-
**/TestHostApp/*
168+
**/TestHostApp/*.exe
169+
**/TestHostApp/*.dll
170+
**/TestHostApp/*.xml
169171
!**/*.pdb
172+
!**/*.ipdb
173+
!**/*.obj
174+
!**/*.pch
170175
TargetFolder: '$(Build.ArtifactStagingDirectory)/$(BuildConfiguration)/$(BuildPlatform)/test'
171176
OverWrite: true
172177
flattenFolders: true

0 commit comments

Comments
 (0)