Skip to content

Commit

Permalink
Fixing casing issue with TargetPath (#68184)
Browse files Browse the repository at this point in the history
* Fixing casing issue with TargetPath
  • Loading branch information
LakshanF authored Apr 19, 2022
1 parent c798915 commit f1e10a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ItemGroup>
<File Include="$(CoreCLRBuildIntegrationDir)*" TargetPath="build" />
<File Include="$(CoreCLRILCompilerDir)netstandard\*" TargetPath="tools/netstandard" />
<File Include="sdk\Sdk.targets" TargetPath="sdk" />
<File Include="sdk\Sdk.targets" TargetPath="Sdk" />
</ItemGroup>
</Target>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
***********************************************************************************************
Sdk.props
Sdk.targets
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
created a backup copy. Incorrect changes to this file will make it
Expand All @@ -11,7 +11,7 @@ Copyright (c) .NET Foundation. All rights reserved.
-->
<Project>

<!-- Only import the build props if the ILLink.Tasks package isn't referenced via NuGet. -->
<!-- Only import the build props if the NativeAot package isn't referenced via NuGet. -->
<Import Project="$(MSBuildThisFileDirectory)..\build\Microsoft.DotNet.ILCompiler.targets" Condition="'$(PublishAot)' == 'true'"/>

</Project>

0 comments on commit f1e10a5

Please sign in to comment.