From 4902a7be1db3cf98ada0c09e54a430d06a900a18 Mon Sep 17 00:00:00 2001 From: nicole mazzuca Date: Fri, 18 Sep 2020 17:01:18 -0700 Subject: [vcpkg manifest-mode] Fix parallel msbuild failures (#13589) This changes the vcpkg msbuild targets file to wait for the lock, rather than failing immediately --- scripts/buildsystems/msbuild/vcpkg.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/buildsystems/msbuild/vcpkg.targets b/scripts/buildsystems/msbuild/vcpkg.targets index c43837e53..a9c339559 100644 --- a/scripts/buildsystems/msbuild/vcpkg.targets +++ b/scripts/buildsystems/msbuild/vcpkg.targets @@ -99,7 +99,7 @@ - + -- cgit v1.2.3