From 42099ec2aac48daa523e3808751e710941668bed Mon Sep 17 00:00:00 2001 From: Ella Hathaway <67609881+ellahathaway@users.noreply.github.com> Date: Wed, 7 Feb 2024 11:18:46 -0800 Subject: [PATCH] Cloak Aspire samples for SSCA fix (#18524) --- src/VirtualMonoRepo/source-mappings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json index 7e6c1ccd5..f6b36a7eb 100644 --- a/src/VirtualMonoRepo/source-mappings.json +++ b/src/VirtualMonoRepo/source-mappings.json @@ -64,7 +64,8 @@ "name": "aspire", "defaultRemote": "https://github.com/dotnet/aspire", "exclude": [ - "src/Aspire.Dashboard/**/*" + "src/Aspire.Dashboard/**/*", + "playground/**/*" ] }, {