Skip to content

Commit 8139bf0

Browse files
authored
Update build.sh
1 parent abedeea commit 8139bf0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,10 @@ if [ "$(uname)" = "Darwin" ]; then
338338
ulimit -n 10000
339339
fi
340340

341+
# tools.sh expects the remaining arguments to be available via the $properties string array variable
342+
# TODO: Remove when https://github.com/dotnet/source-build/issues/4337 is implemented.
343+
properties=$msbuild_args
344+
341345
# Import Arcade
342346
. "$DIR/common/tools.sh"
343347

0 commit comments

Comments
 (0)