Exclude NuGet.VisualStudio.Client directory from the VMR (#15232)
This commit is contained in:
parent
c5ebd18478
commit
39ea62a57e
1 changed files with 4 additions and 1 deletions
|
@ -108,7 +108,10 @@
|
||||||
{
|
{
|
||||||
"name": "nuget-client",
|
"name": "nuget-client",
|
||||||
"defaultRemote": "https://github.com/NuGet/NuGet.Client",
|
"defaultRemote": "https://github.com/NuGet/NuGet.Client",
|
||||||
"defaultRef": "dev"
|
"defaultRef": "dev",
|
||||||
|
"exclude":[
|
||||||
|
"src/NuGet.Clients/NuGet.VisualStudio.Client"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "razor",
|
"name": "razor",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue