Skip to content

Commit 1d65f0d

Browse files
committed
Fix review comment from copilot
1 parent c446883 commit 1d65f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipeline/Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ partial class Build : NukeBuild
3737

3838
public static int Main() => Execute<Build>([
3939
x => x.ApiChecks,
40-
x => x.Pack,
40+
x => x.UnitTests,
4141
]);
4242
}

0 commit comments

Comments
 (0)