Skip to content

Commit

Permalink
remove redundant RoslynCompilerFilesToPublish target
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinhuafei committed Aug 10, 2017
1 parent 856136c commit 8412a32
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,6 @@
<Link>roslyn\%(RecursiveDir)%(Filename)%(Extension)</Link>
</RoslyCompilerFiles>
</ItemGroup>
<Target Name="RoslynCompilerFilesToPublish">
<ItemGroup>
<_RoslynFiles Include="@(RoslyCompilerFiles)" />
<FilesForPackagingFromProject Include="%(_RoslynFiles.Identity)">
<DestinationRelativePath>bin\roslyn\%(RecursiveDir)%(Filename)%(Extension)</DestinationRelativePath>
</FilesForPackagingFromProject>
</ItemGroup>
</Target>
<PropertyGroup>
<CopyAllFilesToSingleFolderForPackageDependsOn>
RoslynCompilerFilesToPublish;
$(CopyAllFilesToSingleFolderForPackageDependsOn);
</CopyAllFilesToSingleFolderForPackageDependsOn>
</PropertyGroup>
<Target Name="IncludeRoslynCompilerFilesToFilesForPackagingFromProject" BeforeTargets="PrepareForRun" >
<ItemGroup>
<FilesForPackagingFromProject Include="@(RoslyCompilerFiles)">
Expand Down

0 comments on commit 8412a32

Please sign in to comment.