Stop synchronizing xliff-tasks into the VMR (#17670)
This commit is contained in:
parent
8eff839fe8
commit
8a00728180
1 changed files with 8 additions and 2 deletions
|
@ -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": [ "**/*" ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue