Skip to content

Commit dd792ca

Browse files
Copilotmattleibow
andcommitted
Fix XcodeProject output path for artifacts mode
Co-authored-by: mattleibow <1096616+mattleibow@users.noreply.github.com>
1 parent 9e9c3b3 commit dd792ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/targets/Microsoft.MaciOS.Sdk.Xcode.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This file contains MSBuild targets that support building Xcode framework project
1313
<UsingTask TaskName="Xamarin.MacDev.Tasks.CreateXcFramework" AssemblyFile="$(_XamarinTaskAssembly)"/>
1414

1515
<PropertyGroup>
16-
<_XcodeProjectDefaultOutputPathRoot>$(MSBuildProjectDirectory)/$(IntermediateOutputPath)xcode/</_XcodeProjectDefaultOutputPathRoot>
16+
<_XcodeProjectDefaultOutputPathRoot>$(IntermediateOutputPath)xcode/</_XcodeProjectDefaultOutputPathRoot>
1717
<_BuildXcodeProjectsStamp>$(_MaciOSStampDirectory)_BuildXcodeProjects.stamp</_BuildXcodeProjectsStamp>
1818
</PropertyGroup>
1919

0 commit comments

Comments
 (0)