Exclude NuGet.VisualStudio.Client directory from the VMR (#15232)

This commit is contained in:
Milena Hristova 2023-01-10 16:59:43 +01:00 committed by GitHub
parent c5ebd18478
commit 39ea62a57e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,10 @@
{
"name": "nuget-client",
"defaultRemote": "https://github.com/NuGet/NuGet.Client",
"defaultRef": "dev"
"defaultRef": "dev",
"exclude":[
"src/NuGet.Clients/NuGet.VisualStudio.Client"
]
},
{
"name": "razor",