We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eeb568 commit 467e5bcCopy full SHA for 467e5bc
build/pipelines/templates/build-console-steps.yml
@@ -165,8 +165,13 @@ steps:
165
$(Build.SourcesDirectory)/bin/$(RationalizedBuildPlatform)/$(BuildConfiguration)/*.dll
166
$(Build.SourcesDirectory)/bin/$(RationalizedBuildPlatform)/$(BuildConfiguration)/*.xml
167
**/Microsoft.VCLibs.*.appx
168
- **/TestHostApp/*
+ **/TestHostApp/*.exe
169
+ **/TestHostApp/*.dll
170
+ **/TestHostApp/*.xml
171
!**/*.pdb
172
+ !**/*.ipdb
173
+ !**/*.obj
174
+ !**/*.pch
175
TargetFolder: '$(Build.ArtifactStagingDirectory)/$(BuildConfiguration)/$(BuildPlatform)/test'
176
OverWrite: true
177
flattenFolders: true
0 commit comments