Stop synchronizing xliff-tasks into the VMR (#17670)

This commit is contained in:
Přemek Vysoký 2023-10-31 14:39:59 +01:00 committed by GitHub
parent 8eff839fe8
commit 8a00728180
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@
"**/*.mdb", "**/*.mdb",
"**/*.nupkg", "**/*.nupkg",
"**/*.pdb", "**/*.pdb",
"**/*.tgz", "**/*.tgz",
"**/*.zip" "**/*.zip"
] ]
}, },
@ -188,8 +188,14 @@
"defaultRemote": "https://github.com/dotnet/xdt" "defaultRemote": "https://github.com/dotnet/xdt"
}, },
{ {
// TODO: Remove the xliff-tasks mapping once the synchronization flags it as unused
// We no longer synchronize it but we can't remove it yet until
// it disappears from all of the Version.Details.xml files.
// https://github.com/dotnet/installer/issues/17661
"name": "xliff-tasks", "name": "xliff-tasks",
"defaultRemote": "https://github.com/dotnet/xliff-tasks" "defaultRemote": "https://github.com/dotnet/xliff-tasks",
"ignoreDefaults": true,
"exclude": [ "**/*" ]
} }
] ]
} }