We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8a1c7b + 9066b7e commit c637238Copy full SHA for c637238
src/Layout/redist/dnx.ps1
src/Layout/redist/targets/GenerateInstallerLayout.targets
@@ -67,7 +67,6 @@
67
<Target Name="LayoutDnxShim">
68
<ItemGroup>
69
<DnxShimSource Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="dnx.cmd" />
70
- <DnxShimSource Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="dnx.ps1" />
71
<DnxShimSource Condition="!$([MSBuild]::IsOSPlatform('WINDOWS'))" Include="dnx" />
72
</ItemGroup>
73
<Copy SourceFiles="@(DnxShimSource)" DestinationFolder="$(RedistInstallerLayoutPath)" />
0 commit comments