We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3575b82 commit b10b6e0Copy full SHA for b10b6e0
Directory.Build.props
@@ -78,7 +78,7 @@
78
OR $(MSBuildProjectName) == 'TestCommon'
79
OR $(MSBuildProjectName) == 'Xtensive.Orm.Manual'">$(ArtifactsDir)tests\$(Configuration)\</BaseOutputPath>
80
<OutputPath>$(BaseOutputPath)lib\</OutputPath>
81
- <MSBuildProjectExtensionsPath>$(BaseIntermediateOutputPath)</MSBuildProjectExtensionsPath>
+ <MSBuildProjectExtensionsPath>$(IntermediateOutputPath)</MSBuildProjectExtensionsPath>
82
<ProjectAssetsFile>$(MSBuildProjectExtensionsPath)project.assets.json</ProjectAssetsFile>
83
<ProjectAssetsCacheFile>$(MSBuildProjectExtensionsPath)$(TargetFramework)\$(MSBuildProjectName).assets.cache</ProjectAssetsCacheFile>
84
<OrmKeyFile>$(SolutionDir)Orm\Orm.snk</OrmKeyFile>
0 commit comments