From d301a122c4f9d017cdc3a506f831e2edfc124ea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Mon, 29 Apr 2024 11:32:09 +0200 Subject: [PATCH] Fix cloaking of `aspnetcoremodeule-setup` (#19604) --- src/VirtualMonoRepo/source-mappings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json index 32bf4bc28..3c6ae8e76 100644 --- a/src/VirtualMonoRepo/source-mappings.json +++ b/src/VirtualMonoRepo/source-mappings.json @@ -58,7 +58,7 @@ "defaultRemote": "https://github.com/dotnet/aspnetcore", "exclude": [ // Non-OSS license - https://github.com/dotnet/source-build/issues/3537 - "src/Installers/Windows/AspNetCoreModule-Setup/*" + "src/Installers/Windows/AspNetCoreModule-Setup/**/*" ] }, {