Skip to content

Commit 223ea6e

Browse files
committed
Include dnx.ps1 in MSI
1 parent d9a4a51 commit 223ea6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layout/redist/targets/GenerateInstallerLayout.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
SkipUnchangedFiles="true" />
117117

118118
<!-- Copy dnx script to root dotnet folder (which will map to DOTNETHOME) -->
119-
<Copy SourceFiles="dnx.cmd" DestinationFolder="$(IntermediateSdkInstallerOutputPath)" />
119+
<Copy SourceFiles="@(DnxShimSource)" DestinationFolder="$(IntermediateSdkInstallerOutputPath)" />
120120

121121
</Target>
122122

0 commit comments

Comments
 (0)