I'm working with .net6 + Mapster CodeGen + Gitlab. I'm stuck with deployment process. One part of pipeline.yml: screen-1. Mapster.Tool should be installed on local machine for correct generating mappers. I'm trying install with next command: screen-2 (tool is installed successfully). Then executing build: screen-3. As result, i get the following error: screen-4 (current behavior looks like when tool isn't installed). I think the problem with path, but not sure. PS: also instead of --tool-path i tried --global, --local but it didn't work also
I would be happy to find the right solution