diff --git a/eng/build.sh b/eng/build.sh index 6a92f31749f9..51a2cd6ecd31 100755 --- a/eng/build.sh +++ b/eng/build.sh @@ -36,6 +36,8 @@ runtime_source_feed_key='' if [ "$(uname)" = "Darwin" ]; then target_os_name='osx' +elif [ "$(uname)" = "FreeBSD" ]; then + target_os_name='freebsd' else target_os_name='linux' fi @@ -380,4 +382,4 @@ if [ "$only_build_repo_tasks" != true ]; then MSBuild $_InitializeToolset -p:RepoRoot="$repo_root" ${msbuild_args[@]+"${msbuild_args[@]}"} fi -ExitWithExitCode 0 \ No newline at end of file +ExitWithExitCode 0