From 18d53e5710e693f55c652bc32cb1c95406c7434e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Mon, 24 Apr 2023 13:45:01 +0200 Subject: [PATCH] Exclude SignTool test binaries from the VMR (#16210) --- src/VirtualMonoRepo/allowed-binaries.txt | 2 -- src/VirtualMonoRepo/source-mappings.json | 7 ++++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/VirtualMonoRepo/allowed-binaries.txt b/src/VirtualMonoRepo/allowed-binaries.txt index b8faa1d9d..2c3f1baeb 100644 --- a/src/VirtualMonoRepo/allowed-binaries.txt +++ b/src/VirtualMonoRepo/allowed-binaries.txt @@ -20,8 +20,6 @@ **/TestCert*.pfx **/tests/* -src/arcade/src/Microsoft.DotNet.SignTool.Tests/* - src/aspnetcore/**/samples/* src/aspnetcore/**/TestCertificates/* src/aspnetcore/src/*.eot diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json index fe47c7933..cabc36d5e 100644 --- a/src/VirtualMonoRepo/source-mappings.json +++ b/src/VirtualMonoRepo/source-mappings.json @@ -52,7 +52,12 @@ "mappings": [ { "name": "arcade", - "defaultRemote": "https://github.com/dotnet/arcade" + "defaultRemote": "https://github.com/dotnet/arcade", + "exclude": [ + "src/Microsoft.DotNet.SignTool.Tests/*.mpack", + "src/Microsoft.DotNet.SignTool.Tests/*.msi", + "src/Microsoft.DotNet.SignTool.Tests/*.vsix" + ] }, { "name": "aspnetcore",