From 86d2925af05fa744e085527e3f34b7c40370f83a Mon Sep 17 00:00:00 2001 From: AndrewDeanMS <45858683+AndrewDeanMS@users.noreply.github.com> Date: Fri, 24 Sep 2021 10:07:26 -0700 Subject: [PATCH] Remove unnecessary that races (#20313) When VcpkgInstallManifestDependencies runs in parallel, the Delete in one task causes the touch in another to fail. The Delete isn't actually necessary to accomplish the goal here, so remove it. --- scripts/buildsystems/msbuild/vcpkg.targets | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/buildsystems/msbuild/vcpkg.targets b/scripts/buildsystems/msbuild/vcpkg.targets index 36fd347648..7a5bb3c982 100644 --- a/scripts/buildsystems/msbuild/vcpkg.targets +++ b/scripts/buildsystems/msbuild/vcpkg.targets @@ -150,7 +150,6 @@ -