mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
fix: actually depend on crash handler task
This commit is contained in:
parent
805a887f2e
commit
0e92ac0c4a
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ public class DalamudBuild : NukeBuild
|
|||
Target Compile => _ => _
|
||||
.DependsOn(CompileDalamud)
|
||||
.DependsOn(CompileDalamudBoot)
|
||||
.DependsOn(CompileDalamudCrashHandler)
|
||||
.DependsOn(CompileInjector)
|
||||
.DependsOn(CompileInjectorBoot);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue