Hi Sukrut,
I'm still confused.
So where exactly should I put nuget.config and packages.config? Is it inside Trunk/Main/metadata? or Trunk/Main/Projects? or Trunk/Main? There's no sample screenshot how the folder content would look like, so I'm confused.
By the way, we created one solution for each project in DEV. So we have multiple solutions.
Do we need to rearrange the projects into one solution first? Is there any way to work with multiple solutions?
Also, the three nuget packages from LCS, I need to publish them using this
nuget.exe push -Source "AFI_Feed" -ApiKey az
am I right? I'm confused with these things as well. Please confirm if these are right & correct if I'm wrong:
-Source
dev.azure.com/<organization>
-ApiKey
where to find this api key?
<packagepath>
C:\NuGet\microsoft.dynamics.ax.application.devalm.buildxpp.nupkg
C:\NuGet\microsoft.dynamics.ax.platform.compilerpackage.nupkg
C:\NuGet\microsoft.dynamics.ax.platform.devalm.buildxpp.nupkg
Thank you.