Skip to content

Commit a2cbb1a

Browse files
committed
Fix path
1 parent e07cd80 commit a2cbb1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/SiteExtensions/Directory.Build.props

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
<PropertyGroup>
55
<MicrosoftWebXdtExtensionsPath>$(ArtifactsBinDir)Microsoft.Web.Xdt.Extensions\$(Configuration)\net462\Microsoft.Web.Xdt.Extensions.dll</MicrosoftWebXdtExtensionsPath>
66
<MicrosoftWebXdtExtensionsPath Condition="'$(DotNetBuildPass)' == '2'">$(ArtifactsBinDir)Microsoft.Web.Xdt.Extensions\$(TargetArchitecture)\$(Configuration)\net462\Microsoft.Web.Xdt.Extensions.dll</MicrosoftWebXdtExtensionsPath>
7-
<ProjectAssetsFile Condition="'$(ProjectAssetsFile)' == '' AND '$(DotNetBuildPass)' == '2'">$(BaseIntermediateOutputPath)/$(TargetArchitecture)/project.assets.json</ProjectAssetsFile>
7+
<BaseIntermediateOutputPath Condition="'$(DotNetBuildPass)' == '2'">$([MSBuild]::NormalizeDirectory('$(BaseIntermediateOutputPath)', '$(TargetArchitecture)'))</BaseIntermediateOutputPath>
8+
<IntermediateOutputPath Condition="'$(PlatformName)' == 'AnyCPU' AND '$(DotNetBuildPass)' == '2'">$(BaseIntermediateOutputPath)$(Configuration)\</IntermediateOutputPath>
9+
<IntermediateOutputPath Condition="'$(PlatformName)' != 'AnyCPU' AND '$(DotNetBuildPass)' == '2'">$(BaseIntermediateOutputPath)$(PlatformName)\$(Configuration)\</IntermediateOutputPath>
810
</PropertyGroup>
911

1012
</Project>

0 commit comments

Comments
 (0)