Skip to content

Commit c637238

Browse files
authored
Remove dnx.ps1 (#51120)
2 parents c8a1c7b + 9066b7e commit c637238

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/Layout/redist/dnx.ps1

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Layout/redist/targets/GenerateInstallerLayout.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
<Target Name="LayoutDnxShim">
6868
<ItemGroup>
6969
<DnxShimSource Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="dnx.cmd" />
70-
<DnxShimSource Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="dnx.ps1" />
7170
<DnxShimSource Condition="!$([MSBuild]::IsOSPlatform('WINDOWS'))" Include="dnx" />
7271
</ItemGroup>
7372
<Copy SourceFiles="@(DnxShimSource)" DestinationFolder="$(RedistInstallerLayoutPath)" />

0 commit comments

Comments
 (0)