Changes for page nuget-feed
Last modified by Mohamed Varachia on 2024/02/05 14:37
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -16,10 +16,67 @@ 16 16 17 17 [[image:1657111596157-325.png]] 18 18 19 -Click the Run button to execute the script. 19 +Click the Run button to execute the script 20 + 21 + 20 20 ))) 21 21 1. ((( 22 -For the Visual Studio development user they needto run the following inside a Visual Studio Command Shell as an administrator.24 +For the Visual Studio development users they require to run the following inside a Visual Studio Command Shell as an administrator 23 23 24 24 dotnet nuget add source https:~/~/pkgs.dev.azure.com/ebsphere/ebsphere/_packaging/ebs-dev/nuget/v3/index.json ~-~-name ebs-dev 25 25 ))) 28 + 29 +1. 30 + 31 +1. 32 + 33 +Also while we in the transition phase it might be helpful to add this link via this command: 34 + 35 +>mklink /D c:\dev\src\Packages C:\dev\Packages 36 + 37 + 38 +[[image:1657115475686-934.png]] 39 + 40 + 41 +The URL's for different repositories to clone is as follows: 42 + 43 + ~-~-> Application Source Code 44 + 45 +[[image:1657115603808-846.png]] 46 + 47 + 48 +[[image:1657115842929-756.png]] 49 + 50 +For reference attached is the mappings of the new folders from old folders. 51 + 52 + 53 +If you want to start making changes follow the following process: 54 + 55 + 56 +1. ((( 57 +Right click the migration folder and create a new branch via the TortoiseGit menu 58 + 59 + 60 +1. [[image:image-20220706143954-1.png]] 61 +))) 62 +1. specify branch name follow this pattern for now (names cannot have spaces use dashes -): 63 + 64 +1. feature/il-12345 65 +11. if it is issue log related you can add a -short-description if needed 66 +11. 12345 = replace with issue log number 67 +1. feature/12345 68 +11. if it is azure task related 69 +11. 12345 = replace with az workitem number 70 +1. feature/short-description 71 +11. if it has no work item associated to it 72 + 73 +1. make sure you select branch = master and switch to new branch is checked 74 +11. [[image:image-20220706143954-2.png]] 75 + 76 +As mentioned Friday if there is a piece of new code that has sync over yet and you need it, merge it over on your end with something like winmerge //once you have created a feature branch//. 77 + 78 + 79 +As always please reach out if you get stuck. 80 + 81 + 82 +Regards