File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/SourceBuild/content/eng Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 227
227
<!-- Inputs: Packages to include in the tarball -->
228
228
<ItemGroup >
229
229
<ArtifactsPackageToBundle Include =" $(ArtifactsShippingPackagesDir)**;
230
- $(ArtifactsNonShippingPackagesDir)**"
231
- Condition =" !$([System.String]::Copy('%(Identity)').EndsWith('.symbols.nupkg'))" />
232
- <ReferencePackageToBundle Include =" $(ReferencePackagesDir)**"
233
- Condition =" !$([System.String]::Copy('%(Identity)').EndsWith('.symbols.nupkg'))" />
230
+ $(ArtifactsNonShippingPackagesDir)**" />
231
+ <ArtifactsPackageToBundle Remove =" @(ArtifactsPackageToBundle)"
232
+ Condition =" $([System.String]::Copy('%(Identity)').EndsWith('.symbols.nupkg'))" />
233
+ <ReferencePackageToBundle Include =" $(ReferencePackagesDir)**" />
234
+ <ReferencePackageToBundle Remove =" @(ReferencePackageToBundle)"
235
+ Condition =" $([System.String]::Copy('%(Identity)').EndsWith('.symbols.nupkg'))" />
234
236
<MergedAssetManifest Include =" $(MergedAssetManifestOutputPath)" />
235
237
</ItemGroup >
236
238
You can’t perform that action at this time.
0 commit comments