We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5868d21 commit 99d3f22Copy full SHA for 99d3f22
eng/build.sh
@@ -36,6 +36,8 @@ runtime_source_feed_key=''
36
37
if [ "$(uname)" = "Darwin" ]; then
38
target_os_name='osx'
39
+elif [ "$(uname)" = "FreeBSD" ]; then
40
+ target_os_name='freebsd'
41
else
42
target_os_name='linux'
43
fi
@@ -380,4 +382,4 @@ if [ "$only_build_repo_tasks" != true ]; then
380
382
MSBuild $_InitializeToolset -p:RepoRoot="$repo_root" ${msbuild_args[@]+"${msbuild_args[@]}"}
381
383
384
-ExitWithExitCode 0
385
+ExitWithExitCode 0
0 commit comments