Skip to content

Commit 06a7339

Browse files
Fix build determinism
1 parent bc88dab commit 06a7339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msbuild/targets/SixLabors.Global.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</ItemDefinitionGroup>
2727

2828
<Target Name="GenerateInternalsVisibleTo"
29-
BeforeTargets="CoreCompile"
29+
BeforeTargets="BeforeCompile;CoreCompile"
3030
DependsOnTargets="PrepareForBuild;CoreGenerateInternalsVisibleTo"
3131
Condition="'@(InternalsVisibleTo)' != ''" />
3232

0 commit comments

Comments
 (0)