Exclude SignTool test binaries from the VMR (#16210)
This commit is contained in:
parent
61ee278aad
commit
18d53e5710
2 changed files with 6 additions and 3 deletions
|
@ -20,8 +20,6 @@
|
||||||
**/TestCert*.pfx
|
**/TestCert*.pfx
|
||||||
**/tests/*
|
**/tests/*
|
||||||
|
|
||||||
src/arcade/src/Microsoft.DotNet.SignTool.Tests/*
|
|
||||||
|
|
||||||
src/aspnetcore/**/samples/*
|
src/aspnetcore/**/samples/*
|
||||||
src/aspnetcore/**/TestCertificates/*
|
src/aspnetcore/**/TestCertificates/*
|
||||||
src/aspnetcore/src/*.eot
|
src/aspnetcore/src/*.eot
|
||||||
|
|
|
@ -52,7 +52,12 @@
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"name": "arcade",
|
"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",
|
"name": "aspnetcore",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue