Wiki source code of nuget-feed
Last modified by Mohamed Varachia on 2024/02/05 14:37
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 | |
| |
41.1 | 7 | 3. Click on highlighted link |
| |
10.2 | 8 | |
| |
39.2 | 9 | [[image:image-20240205163118-3.png]] |
| |
10.2 | 10 | |
| |
41.1 | 11 | 4. Copy code from Github |
| |
10.2 | 12 | |
| |
39.2 | 13 | |
| 14 | |||
| |
41.1 | 15 | 5. Open Windows Powershell ISE as administrator and click the new button and paste the text in the script window |
| |
10.2 | 16 | |
| 17 | [[image:1657111556824-350.png]] | ||
| 18 | |||
| 19 | |||
| 20 | [[image:1657111596157-325.png]] | ||
| 21 | |||
| |
41.1 | 22 | 6. Click the Run button to execute the script. |
| |
2.1 | 23 | |
| |
41.1 | 24 | 7. For the Visual Studio development user they need to run the following inside a Visual Studio Command Shell as an administrator. |
| 25 | |||
| |
39.2 | 26 | **dotnet nuget add source https:~/~/pkgs.dev.azure.com/ebsphere/ebsphere/_packaging/ebs-dev/nuget/v3/index.json ~-~-name ebs-dev** |
| |
2.1 | 27 | ))) |