Browse Source
Merge branch 'master' into fixComboBoxDataValidationSelected
pull/5653/head
aljosas
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( |
|
|
|
|