From b45effa18fc2eb65b8e852adc0c6e1faad5450d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Sun, 14 May 2023 06:09:25 -0700 Subject: [PATCH] Resolve NuGet.config issues in the VMR (#16386) Co-authored-by: Matt Thalman --- src/SourceBuild/content/NuGet.config | 15 +++++++++++++++ src/VirtualMonoRepo/source-mappings.json | 4 +++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 src/SourceBuild/content/NuGet.config diff --git a/src/SourceBuild/content/NuGet.config b/src/SourceBuild/content/NuGet.config new file mode 100644 index 000000000..9b0bcb3ef --- /dev/null +++ b/src/SourceBuild/content/NuGet.config @@ -0,0 +1,15 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json index cabc36d5e..e317999d8 100644 --- a/src/VirtualMonoRepo/source-mappings.json +++ b/src/VirtualMonoRepo/source-mappings.json @@ -144,7 +144,9 @@ "src/humanizer/samples/**/*.js", "src/application-insights/**/*.exe", "src/application-insights/**/*.dll", - "src/application-insights/**/*.zip" + "src/application-insights/**/*.zip", + "src/application-insights/**/NuGet.config", + "src/newtonsoft-json/**/NuGet.Config" ] }, {