File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/Tasks/Microsoft.NET.Build.Tasks/targets Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -442,6 +442,12 @@ Copyright (c) .NET Foundation. All rights reserved.
442442 <CopyToPublishDirectory >PreserveNewest</CopyToPublishDirectory >
443443 </ResolvedFileToPublish >
444444
445+ <!-- Copy generated COM References. -->
446+ <ResolvedFileToPublish Include =" @(ReferenceComWrappersToCopyLocal)" >
447+ <RelativePath >@(ReferenceComWrappersToCopyLocal->'%(Filename)%(Extension)')</RelativePath >
448+ <CopyToPublishDirectory >PreserveNewest</CopyToPublishDirectory >
449+ </ResolvedFileToPublish >
450+
445451 <!-- Copy the resolved copy local publish assets. -->
446452 <ResolvedFileToPublish Include =" @(_ResolvedCopyLocalPublishAssets)" >
447453 <RelativePath >%(_ResolvedCopyLocalPublishAssets.DestinationSubDirectory)%(Filename)%(Extension)</RelativePath >
You can’t perform that action at this time.
0 commit comments