From b4906e94843d9db9f139d1350430c0aa83966bac Mon Sep 17 00:00:00 2001 From: Erol Arkat Date: Fri, 24 Jul 2020 13:42:27 +0300 Subject: [PATCH] added -f parameter for test-all.ps1 --- build/test-all.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/test-all.ps1 b/build/test-all.ps1 index 9123aee313..9a94ec3760 100644 --- a/build/test-all.ps1 +++ b/build/test-all.ps1 @@ -1,4 +1,6 @@ -. ".\common.ps1" -f +$full = $args[0] + +. ".\common.ps1" $full # Test all solutions