Browse Source
Merge pull request #5681 from AvaloniaUI/remove-mono-nukebuild
remove mono check on nuke
pull/5719/head
Jumar Macato
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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( |
|
|
|
|