Skip to content

Commit 275a730

Browse files
committed
fix order
1 parent 9187e52 commit 275a730

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/Build.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class Build : NukeBuild
5858

5959
Target Compile => _ => _
6060
.DependsOn(Restore)
61+
.After(VerifyStyle)
6162
.Executes(() =>
6263
{
6364
DotNetBuild(c => c

0 commit comments

Comments
 (0)