Hello experts!
Does anyone try to configure SolutionPackager mapping file to ignore plugins packages nuget files during extracting and packing operations? I was trying to do this but unfortunately with no luck. This is because I do not want to store this file in the code repository (extracting) and on the other hand I would like it to be created and added to the solution dynamically during DevOps build pipeline (packing).
For me - it looks like SolutionPackager just ignores the following line of mapping file.
<FileToFile map="pluginpackages\pg_Pg.ProjectName.Dataverse.Plugins\package\pg_Pg.ProjectName.Dataverse.Plugins.nupkg" to="..\..\src\Backend\Pg.ProjectName\Dataverse\Pg.ProjectName.Dataverse.Plugins\bin\Release\Pg.ProjectName.Dataverse.Plugins.1.0.0.nupkg" />
Any ideas what could be wrong here?
Or maybe SolutionPackager does not work well with plugins packages yet?
Waiting for your input :).