Skip to content

Commit 0f53327

Browse files
authored
Remove instructions not to install netfx
Installing the netfx plugin is required to support nuget.exe, as the plugin installed by VS is not currently discovered by nuget.exe (only msbuild /restore)
1 parent 4b8659c commit 0f53327

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ If you are using `dotnet` or `nuget`, you can use the Azure Artifact Credential
3434

3535
1. Download the latest release of [Microsoft.NuGet.CredentialProvider.zip](https://github.com/Microsoft/artifacts-credprovider/releases)
3636
2. Unzip the file
37-
3. Copy the `netcore` directory from the extracted archive to `$env:UserProfile\.nuget\plugins`
38-
39-
Note: copying the `netfx` directory is not recommended unless you don't plan to install an edition of Visual Studio (including the Build Tools edition). All Visual Studio editions come with (and automatically update) the `netfx` version of the Credential Provider.
37+
3. Copy the `netcore` (and optionally `netfx` for nuget.exe) directory from the extracted archive to `$env:UserProfile\.nuget\plugins`
4038

4139
### Automatic PowerShell installation:
4240

0 commit comments

Comments
 (0)