We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c446883 commit 1d65f0dCopy full SHA for 1d65f0d
Pipeline/Build.cs
@@ -37,6 +37,6 @@ partial class Build : NukeBuild
37
38
public static int Main() => Execute<Build>([
39
x => x.ApiChecks,
40
- x => x.Pack,
+ x => x.UnitTests,
41
]);
42
}
0 commit comments