From c8b8247a9922620973d99a98d252b3ad87dbb8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Guzm=C3=A1n=20Islas?= Date: Tue, 8 Oct 2019 11:27:56 -0700 Subject: [PATCH] Fix bxl -cache -vs to do the right thing (#1016) --- Shared/Scripts/bxl.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Scripts/bxl.ps1 b/Shared/Scripts/bxl.ps1 index 07d737fef..e8a7c4933 100644 --- a/Shared/Scripts/bxl.ps1 +++ b/Shared/Scripts/bxl.ps1 @@ -557,7 +557,7 @@ if (!$skipFilter){ if ($Cache) { # Only build Cache code. - if ($LongRunningTest) { + if ($LongRunningTest -or $Vs) { $AdditionalBuildXLArguments += "/f:$AllCacheProjectsFilter" } elseif ($CacheNuget) {