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 67c7cbd commit 03941cbCopy full SHA for 03941cb
build/Build.cs
@@ -31,7 +31,7 @@ partial class Build : NukeBuild
31
/// - Microsoft VisualStudio https://nuke.build/visualstudio
32
/// - Microsoft VSCode https://nuke.build/vscode
33
34
- public static int Main() => Execute<Build>(x => x.Compile);
+ public static int Main() => Execute<Build>(x => x.Test);
35
36
[CI] readonly GitHubActions GitHubActions;
37
0 commit comments