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