summaryrefslogtreecommitdiff
path: root/tests/src/sizeondisk/sodbench/SoDBench.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/sizeondisk/sodbench/SoDBench.csproj')
-rw-r--r--tests/src/sizeondisk/sodbench/SoDBench.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/sizeondisk/sodbench/SoDBench.csproj b/tests/src/sizeondisk/sodbench/SoDBench.csproj
index debbb16ec6..a998d2e938 100644
--- a/tests/src/sizeondisk/sodbench/SoDBench.csproj
+++ b/tests/src/sizeondisk/sodbench/SoDBench.csproj
@@ -19,7 +19,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
<PropertyGroup>
- <RestoreOutputPath>.\obj</RestoreOutputPath>
+ <RestoreOutputPath>.\obj-$(TargetRid)</RestoreOutputPath>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
</PropertyGroup>
@@ -37,6 +37,6 @@
<Import Project="$(SourceDir)performance/performance.targets" />
<PropertyGroup>
- <ProjectAssetsFile>$(SourceDir)performance/obj/project.assets.json</ProjectAssetsFile>
+ <ProjectAssetsFile>$(SourceDir)performance/obj-$(TargetRid)/project.assets.json</ProjectAssetsFile>
</PropertyGroup>
</Project>