Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5f61505

Browse files
committed
tests: building FSharp.Core for profile78
1 parent84dec29 commit5f61505

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎src/FSharpSource.targets‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,4 +620,14 @@
620620
</Target>
621621

622622
<ImportProject="..\lkg\FSharp-$(LkgVersion)\bin\FSharp.SRGen.targets" />
623+
624+
<TargetName="ReorderCompileItems"
625+
BeforeTargets="CoreCompile"
626+
Condition="'$(GenerateTargetFrameworkAttribute)' == 'true'">
627+
<ItemGroup>
628+
<!-- Infrastructure puts AssemblyAttributes.fs at the beginning of the list and this will result and error when compiling FSharp.Core because all primitive types are not defined yet - fixup is required-->
629+
<CompileAfterInclude="@(CompileBefore)"/>
630+
<CompileBeforeRemove="@(CompileBefore)"/>
631+
</ItemGroup>
632+
</Target>
623633
</Project>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp