Exclude SignTool test binaries from the VMR (#16210)

This commit is contained in:
Přemek Vysoký 2023-04-24 13:45:01 +02:00 committed by GitHub
parent 61ee278aad
commit 18d53e5710
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View file

@ -20,8 +20,6 @@
**/TestCert*.pfx
**/tests/*
src/arcade/src/Microsoft.DotNet.SignTool.Tests/*
src/aspnetcore/**/samples/*
src/aspnetcore/**/TestCertificates/*
src/aspnetcore/src/*.eot

View file

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