summaryrefslogtreecommitdiff
path: root/src/.nuget
diff options
context:
space:
mode:
authorEric St. John <ericstj@microsoft.com>2017-05-02 13:16:52 -0700
committerEric St. John <ericstj@microsoft.com>2017-05-02 13:16:52 -0700
commit7c53fc2cee6f0a37db8a7d797c8cd2482c96cef6 (patch)
treed32867985dc2875c67e793c0d304af3dd1dbc878 /src/.nuget
parentc8b635f1e0058b4147d6d89efeb7464e97d03dc3 (diff)
downloadcoreclr-7c53fc2cee6f0a37db8a7d797c8cd2482c96cef6.tar.gz
coreclr-7c53fc2cee6f0a37db8a7d797c8cd2482c96cef6.tar.bz2
coreclr-7c53fc2cee6f0a37db8a7d797c8cd2482c96cef6.zip
Fix folder name for cross-targeting assets
Diffstat (limited to 'src/.nuget')
-rw-r--r--src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props2
-rw-r--r--src/.nuget/dir.targets4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props
index a7d855511f..cd37324ea6 100644
--- a/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props
+++ b/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props
@@ -44,7 +44,7 @@
<LongNameFile Include="$(BinDir)$(CrossTargetComponentFolder)\mscordaccore.dll;
$(BinDir)$(CrossTargetComponentFolder)\sos.dll"
Condition="'$(HasCrossTargetComponents)'=='true'">
- <TargetPath>tools\$(CrossTargetComponentFolder)_$(PackagePlatform)\%(FileName)$(CrossTargetLongNameSuffix)%(Extension)</TargetPath>
+ <TargetPath>tools\$(CrossTargetComponentFolder)_$(Platform)\%(FileName)$(CrossTargetLongNameSuffix)%(Extension)</TargetPath>
</LongNameFile>
</ItemGroup>
</Project>
diff --git a/src/.nuget/dir.targets b/src/.nuget/dir.targets
index 49e550a4b7..8628a0d29b 100644
--- a/src/.nuget/dir.targets
+++ b/src/.nuget/dir.targets
@@ -32,10 +32,10 @@
<ItemGroup Condition="'$(HasCrossTargetComponents)'=='true'">
<NativeWithSymbolFile Include="@(CrossArchitectureSpecificNativeFileAndSymbol)">
- <TargetPath>runtimes/$(CrossTargetComponentFolder)_$(PackagePlatform)/native</TargetPath>
+ <TargetPath>runtimes/$(CrossTargetComponentFolder)_$(Platform)/native</TargetPath>
</NativeWithSymbolFile>
<NativeWithSymbolFile Include="@(CrossArchitectureSpecificToolFile)">
- <TargetPath>tools/$(CrossTargetComponentFolder)_$(PackagePlatform)</TargetPath>
+ <TargetPath>tools/$(CrossTargetComponentFolder)_$(Platform)</TargetPath>
</NativeWithSymbolFile>
</ItemGroup>