diff --git a/eng/build.ps1 b/eng/build.ps1 index 21e15851a2..ed85d75a0f 100644 --- a/eng/build.ps1 +++ b/eng/build.ps1 @@ -125,7 +125,8 @@ if ($test) { /p:RuntimeSourceFeed="$runtimesourcefeed" ` /p:RuntimeSourceFeedKey="$runtimesourcefeedkey" ` /p:LiveRuntimeDir="$liveRuntimeDir" ` - $testFilterArg + $testFilterArg ` + $remainingargs if ($lastExitCode -ne 0) { exit $lastExitCode