diff --git a/src/SourceBuild/tarball/content/patches/vstest/0002-Exclude-externals-when-building-from-source.patch b/src/SourceBuild/tarball/content/patches/vstest/0002-Exclude-externals-when-building-from-source.patch new file mode 100644 index 000000000000..ac37ed08b1ef --- /dev/null +++ b/src/SourceBuild/tarball/content/patches/vstest/0002-Exclude-externals-when-building-from-source.patch @@ -0,0 +1,25 @@ +From 9cf491ea8b913b0ec615778e5597584e675f4205 Mon Sep 17 00:00:00 2001 +From: dseefeld +Date: Mon, 13 Sep 2021 21:01:44 +0000 +Subject: [PATCH] Exclude externals when building from source + +--- + src/package/external/external.csproj | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/package/external/external.csproj b/src/package/external/external.csproj +index 036f92ce..9b0e87ad 100644 +--- a/src/package/external/external.csproj ++++ b/src/package/external/external.csproj +@@ -29,7 +29,7 @@ + + + +- ++ + + + +-- +2.31.1 +