Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion eng/build.sh
Original file line number Diff line number Diff line change
@@ -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
ExitWithExitCode 0