Skip to content

Commit 5938094

Browse files
dsplaistedjoeloff
andauthored
Change casing of Windows
Co-authored-by: Jacques Eloff <joeloff@users.noreply.github.com>
1 parent 223ea6e commit 5938094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Layout/redist/targets/GenerateInstallerLayout.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666

6767
<Target Name="LayoutDnxShim">
6868
<ItemGroup>
69-
<DnxShimSource Condition="$([MSBuild]::IsOSPlatform('WINDOWS'))" Include="dnx.cmd" />
70-
<DnxShimSource Condition="$([MSBuild]::IsOSPlatform('WINDOWS'))" Include="dnx.ps1" />
69+
<DnxShimSource Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="dnx.cmd" />
70+
<DnxShimSource Condition="$([MSBuild]::IsOSPlatform('Windows'))" Include="dnx.ps1" />
7171
<DnxShimSource Condition="!$([MSBuild]::IsOSPlatform('WINDOWS'))" Include="dnx" />
7272
</ItemGroup>
7373
<Copy SourceFiles="@(DnxShimSource)" DestinationFolder="$(RedistInstallerLayoutPath)" />

0 commit comments

Comments
 (0)