Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Mellino <erme@microsoft.com>2017-04-07 03:07:14 +0300
committerEric Mellino <erme@microsoft.com>2017-04-11 00:36:01 +0300
commit471fe9d8517edabe49a0226456870c4843894637 (patch)
tree6d433caec1d4c8e63cfa4687583d24e8f1a79e83 /external
parent8b471f76eef041f0cf40fec65c99a29b235bbe7d (diff)
PR feedback
Diffstat (limited to 'external')
-rw-r--r--external/dir.props2
-rw-r--r--external/runtime/runtime.depproj2
2 files changed, 1 insertions, 3 deletions
diff --git a/external/dir.props b/external/dir.props
index 424b15fce2..18c779faea 100644
--- a/external/dir.props
+++ b/external/dir.props
@@ -10,6 +10,6 @@
<NugetRuntimeIdentifier>$(RuntimeOS)-$(ArchGroup)</NugetRuntimeIdentifier>
<ContainsPackageReferences>true</ContainsPackageReferences>
<!-- We need configuration-specific assets files. -->
- <RestoreOutputPath>$(BaseIntermediateOutputPath)external/$(MSBuildProjectName)/$(TargetGroup)</RestoreOutputPath>
+ <RestoreOutputPath>$(IntermediateOutputPath)</RestoreOutputPath>
</PropertyGroup>
</Project>
diff --git a/external/runtime/runtime.depproj b/external/runtime/runtime.depproj
index 0a9b68762b..8b72dedf42 100644
--- a/external/runtime/runtime.depproj
+++ b/external/runtime/runtime.depproj
@@ -7,7 +7,6 @@
<NugetRuntimeIdentifier Condition="'$(OSGroup)' == 'Unix' AND '$(RunningOnUnix)' != 'true'">ubuntu.14.04-x64</NugetRuntimeIdentifier>
<NugetRuntimeIdentifier Condition="'$(TargetGroup)' == 'uap'">win10-$(ArchGroup)</NugetRuntimeIdentifier>
<NugetRuntimeIdentifier Condition="'$(TargetGroup)' == 'uapaot'">win10-$(ArchGroup)-aot</NugetRuntimeIdentifier>
- <AppendMSBuildRestoreArguments>true</AppendMSBuildRestoreArguments>
<RidSpecificAssets>true</RidSpecificAssets>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetGroup)' == 'uapaot'">
@@ -45,7 +44,6 @@
</PackageReference>
</ItemGroup>
-
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<!-- Setup the testing shared framework host -->