Skip to content

Commit 4bc26f4

Browse files
authored
Remove references to VisualStudioAccountProvider in NuGet-Credential-Providers-for-Visual-Studio (#3401)
1 parent 4c46659 commit 4bc26f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/reference/extensibility/NuGet-Credential-Providers-for-Visual-Studio.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ The NuGet Visual Studio Extension 3.6+ implements an internal CredentialService
3131
During credential acquisition, the credential service will try credential providers in the following order, stopping as soon as credentials are acquired:
3232

3333
1. Credentials will be fetched from NuGet configuration files (using the built-in `SettingsCredentialProvider`).
34-
1. If the package source is on Visual Studio Team Services, the `VisualStudioAccountProvider` will be used.
35-
1. All other plug-in Visual Studio credential providers will be tried sequentially.
34+
1. Visual Studio credential providers will be tried sequentially.
3635
1. Try to use all NuGet cross platform credential providers sequentially.
3736
1. If no credentials have been acquired yet, the user will be prompted for credentials using a standard basic authentication dialog.
3837

0 commit comments

Comments
 (0)