We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9c3b3 commit dd792caCopy full SHA for dd792ca
dotnet/targets/Microsoft.MaciOS.Sdk.Xcode.targets
@@ -13,7 +13,7 @@ This file contains MSBuild targets that support building Xcode framework project
13
<UsingTask TaskName="Xamarin.MacDev.Tasks.CreateXcFramework" AssemblyFile="$(_XamarinTaskAssembly)"/>
14
15
<PropertyGroup>
16
- <_XcodeProjectDefaultOutputPathRoot>$(MSBuildProjectDirectory)/$(IntermediateOutputPath)xcode/</_XcodeProjectDefaultOutputPathRoot>
+ <_XcodeProjectDefaultOutputPathRoot>$(IntermediateOutputPath)xcode/</_XcodeProjectDefaultOutputPathRoot>
17
<_BuildXcodeProjectsStamp>$(_MaciOSStampDirectory)_BuildXcodeProjects.stamp</_BuildXcodeProjectsStamp>
18
</PropertyGroup>
19
0 commit comments