Jumar Macato
5 years ago
No known key found for this signature in database
GPG Key ID: B19884DAC3A5BF3F
1 changed files with
0 additions and
4 deletions
-
nukebuild/Build.cs
|
|
|
@ -89,10 +89,6 @@ partial class Build : NukeBuild |
|
|
|
Process.Start(new ProcessStartInfo(command, args) {UseShellExecute = false}).WaitForExit(); |
|
|
|
} |
|
|
|
ExecWait("dotnet version:", "dotnet", "--version"); |
|
|
|
if (Parameters.IsRunningOnUnix) |
|
|
|
ExecWait("Mono version:", "mono", "--version"); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
IReadOnlyCollection<Output> MsBuildCommon( |
|
|
|
|