Skip to content

Commit c450a55

Browse files
committed
Missing slash in graphite obj caused parallel repo folder creation
1 parent 824ab65 commit c450a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Build/Windows.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Mirrors the managed project policy in Directory.Build.props.
1212
-->
1313
<PropertyGroup Label="Native Intermediate Output">
14-
<NativeIntDirBase>$(fwrt)Obj\$(config-capital)\</NativeIntDirBase>
14+
<NativeIntDirBase>$(fwrt)\Obj\$(config-capital)\</NativeIntDirBase>
1515
</PropertyGroup>
1616
<UsingTask
1717
TaskName="CheckAdminPrivilege"

0 commit comments

Comments
 (0)