File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments