Skip to content

Commit 62cbfb5

Browse files
authored
[F] CI有时会由于各个子模块的编译顺序紊乱而炸掉。 (#132)
1 parent 61dc47e commit 62cbfb5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

AquaMai/AquaMai.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737
<ProjectReference Include="../AquaMai.Config/AquaMai.Config.csproj" />
3838
<ProjectReference Include="../AquaMai.Core/AquaMai.Core.csproj" />
3939
<ProjectReference Include="../AquaMai.Mods/AquaMai.Mods.csproj" />
40+
41+
<!-- Build-order-only references: not linked, but ensure AquaMai.Build and AquaMai.ErrorReport's building finish before the main project. Otherwise, the build may fail. -->
42+
<ProjectReference Include="../AquaMai.Build/AquaMai.Build.csproj"
43+
ReferenceOutputAssembly="false"
44+
SkipGetTargetFrameworkProperties="true" />
45+
<ProjectReference Include="../AquaMai.ErrorReport/AquaMai.ErrorReport.csproj"
46+
ReferenceOutputAssembly="false"
47+
SkipGetTargetFrameworkProperties="true" />
4048
</ItemGroup>
4149

4250
<ItemGroup>

0 commit comments

Comments
 (0)