зеркало из https://github.com/microsoft/BuildXL.git
Fix bxl -cache -vs to do the right thing (#1016)
This commit is contained in:
Родитель
50faaf859c
Коммит
c8b8247a99
|
@ -557,7 +557,7 @@ if (!$skipFilter){
|
|||
|
||||
if ($Cache) {
|
||||
# Only build Cache code.
|
||||
if ($LongRunningTest) {
|
||||
if ($LongRunningTest -or $Vs) {
|
||||
$AdditionalBuildXLArguments += "/f:$AllCacheProjectsFilter"
|
||||
}
|
||||
elseif ($CacheNuget) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче