Skip to content

Commit d00ace1

Browse files
author
Alex Mullans
authored
Update README.md
1 parent b508066 commit d00ace1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ 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
1. Unzip the file
37-
1. Copy both the `netcore` and `netfx` directories from the extracted archive to `$env:UserProfile\.nuget\plugins`
37+
1. 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.
3840

3941
### Manual installation: Linux and Mac
4042

@@ -44,11 +46,7 @@ If you are using `dotnet` or `nuget`, you can use the Azure Artifact Credential
4446

4547
### Automatic installation: bash, zsh, etc.
4648

47-
[Linux or MAC helper script](helpers/installcredprovider.sh)
48-
49-
### Automatic intallation: PowerShell
50-
51-
TODO
49+
[Linux or Mac helper script](helpers/installcredprovider.sh)
5250

5351
## Use
5452

0 commit comments

Comments
 (0)