summaryrefslogtreecommitdiff
path: root/tests/src/Common/external/external.depproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/Common/external/external.depproj')
-rw-r--r--tests/src/Common/external/external.depproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/Common/external/external.depproj b/tests/src/Common/external/external.depproj
index 53197789bb..c4971b0693 100644
--- a/tests/src/Common/external/external.depproj
+++ b/tests/src/Common/external/external.depproj
@@ -5,7 +5,7 @@
<!-- Given that xunit packages bring with them part of the framework, we need to specify a runtime in order to get the assets
This RID value doesn't really matter, since the assets we are copying are not RID specific, so defaulting to Windows here
-->
- <RestoreOutputPath>$(MSBuildThisFileDirectory)obj</RestoreOutputPath>
+ <RestoreOutputPath>$(MSBuildThisFileDirectory)obj-$(TargetRid)</RestoreOutputPath>
<Language>C#</Language>
<NugetTargetMoniker>.NETCoreApp,Version=v1.1</NugetTargetMoniker>
<NugetTargetMonikerShort>netcoreapp1.1</NugetTargetMonikerShort>
@@ -80,7 +80,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup>
- <ProjectAssetsFile>$(SourceDir)Common\external\obj\project.assets.json</ProjectAssetsFile>
+ <ProjectAssetsFile>$(SourceDir)Common\external\obj-$(TargetRid)\project.assets.json</ProjectAssetsFile>
</PropertyGroup>
<Target Name="AddXunitConsoleRunner" BeforeTargets="ResolveReferences">