Wiki source code of nuget-feed
Version 39.1 by Gideon Lombard on 2023/09/18 12:24
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | 1. Make sure your VS is updated with the latest updates (critical) | ||
| 2 | 1. ((( | ||
| 3 | Install [[The Azure Artifacts Credential Provider>>url:https://github.com/Microsoft/artifacts-credprovider#setup]] and select the **PowerShell helper script **link | ||
| 4 | |||
| 5 | [[image:1657111373296-938.png]] | ||
| 6 | |||
| 7 | Click the copy icons to copy the text | ||
| 8 | |||
| 9 | [[image:1657111476063-780.png]] | ||
| 10 | |||
| 11 | |||
| 12 | Open Windows Powershell ISE as administrator and click the new button and paste the text in the script window | ||
| 13 | |||
| 14 | [[image:1657111556824-350.png]] | ||
| 15 | |||
| 16 | |||
| 17 | [[image:1657111596157-325.png]] | ||
| 18 | |||
| 19 | Click the Run button to execute the script. | ||
| 20 | ))) | ||
| 21 | 1. ((( | ||
| 22 | For the Visual Studio development user they need to run the following inside a Visual Studio Command Shell as an administrator. | ||
| 23 | |||
| 24 | dotnet nuget add source https:~/~/pkgs.dev.azure.com/ebsphere/ebsphere/_packaging/ebs-dev/nuget/v3/index.json ~-~-name ebs-dev | ||
| 25 | ))) |