File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -345,6 +345,10 @@ Remove-Item variable:global:_DotNetInstallDir -ea Ignore
345345Remove-Item variable:global:_ToolsetBuildProj - ea Ignore
346346Remove-Item variable:global:_MSBuildExe - ea Ignore
347347
348+ # tools.ps1 expects the remaining arguments to be available via the $properties string array variable
349+ # TODO: Remove when https://github.com/dotnet/source-build/issues/4337 is implemented.
350+ [string []] $properties = $MSBuildArguments
351+
348352# Import Arcade
349353. " $PSScriptRoot /common/tools.ps1"
350354
Original file line number Diff line number Diff line change @@ -338,6 +338,10 @@ if [ "$(uname)" = "Darwin" ]; then
338338 ulimit -n 10000
339339fi
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
You can’t perform that action at this time.
0 commit comments