Browse Source
Fix debug code previously committed to master.
pull/11563/head
Max Katz
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
nukebuild/Build.cs
|
|
|
@ -312,7 +312,7 @@ partial class Build : NukeBuild |
|
|
|
|
|
|
|
public static int Main() => |
|
|
|
RuntimeInformation.IsOSPlatform(OSPlatform.Windows) |
|
|
|
? Execute<Build>(x => x.RunToolsTests) |
|
|
|
? Execute<Build>(x => x.Package) |
|
|
|
: Execute<Build>(x => x.RunTests); |
|
|
|
|
|
|
|
} |
|
|
|
|