Skip to content

Commit 8412a32

Browse files
committed
remove redundant RoslynCompilerFilesToPublish target
1 parent 856136c commit 8412a32

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/Packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,6 @@
44
<Link>roslyn\%(RecursiveDir)%(Filename)%(Extension)</Link>
55
</RoslyCompilerFiles>
66
</ItemGroup>
7-
<Target Name="RoslynCompilerFilesToPublish">
8-
<ItemGroup>
9-
<_RoslynFiles Include="@(RoslyCompilerFiles)" />
10-
<FilesForPackagingFromProject Include="%(_RoslynFiles.Identity)">
11-
<DestinationRelativePath>bin\roslyn\%(RecursiveDir)%(Filename)%(Extension)</DestinationRelativePath>
12-
</FilesForPackagingFromProject>
13-
</ItemGroup>
14-
</Target>
15-
<PropertyGroup>
16-
<CopyAllFilesToSingleFolderForPackageDependsOn>
17-
RoslynCompilerFilesToPublish;
18-
$(CopyAllFilesToSingleFolderForPackageDependsOn);
19-
</CopyAllFilesToSingleFolderForPackageDependsOn>
20-
</PropertyGroup>
217
<Target Name="IncludeRoslynCompilerFilesToFilesForPackagingFromProject" BeforeTargets="PrepareForRun" >
228
<ItemGroup>
239
<FilesForPackagingFromProject Include="@(RoslyCompilerFiles)">

0 commit comments

Comments
 (0)