You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,9 @@ If you are using `dotnet` or `nuget`, you can use the Azure Artifact Credential
34
34
35
35
1. Download the latest release of [Microsoft.NuGet.CredentialProvider.zip](https://github.com/Microsoft/artifacts-credprovider/releases)
36
36
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.
38
40
39
41
### Manual installation: Linux and Mac
40
42
@@ -44,11 +46,7 @@ If you are using `dotnet` or `nuget`, you can use the Azure Artifact Credential
44
46
45
47
### Automatic installation: bash, zsh, etc.
46
48
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)
0 commit comments