From 4040cb9638a7879741fa0bc0f1ef80633814c77e Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Thu, 8 Feb 2018 11:39:09 -0800 Subject: [PATCH] Create all directories and make it by default (#862) --- build/repo.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/repo.targets b/build/repo.targets index bd7246818c..4928a6e824 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -26,7 +26,7 @@ - + @@ -88,7 +88,7 @@ - + <_LineupPackages Include="@(ExternalDependency)" /> <_LineupPackages Include="%(ArtifactInfo.PackageId)" Version="%(ArtifactInfo.Version)" Condition=" '%(ArtifactInfo.ArtifactType)' == 'NuGetPackage' " />