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",