Wiki source code of nuget-feed

Version 39.2 by Mohamed Varachia on 2024/02/05 14:33

Show last authors
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:image-20240205162643-1.png]]
6
7 Click on highlighted link
8
9 [[image:image-20240205163118-3.png]]
10
11 Copy code from Github
12
13
14
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
22 Click the Run button to execute the script.
23 )))
24 1. (((
25 For the Visual Studio development user they need to run the following inside a Visual Studio Command Shell as an administrator.
26
27 **dotnet nuget add source https:~/~/pkgs.dev.azure.com/ebsphere/ebsphere/_packaging/ebs-dev/nuget/v3/index.json ~-~-name ebs-dev**
28 )))