dansiegel / Mobile.BuildTools

The Mobile.BuildTools makes it easier to develop code bases in a clean, consistent, secure, and configurable way. Determine at Build which environment your app needs to run on, and what Client Secrets it should have. Plus many more amazing features!
http://mobilebuildtools.com
MIT License
228 stars 29 forks source link

Resolve issue 285 watermark image #292

Closed bijington closed 2 years ago

bijington commented 2 years ago

Watermark sourceFile paths are now correctly converted to a full file path during image asset collection ready for the image resizer to process appropriately.

bijington commented 2 years ago

@dansiegel sorry it's taken so long to get this sorted. I'll be keen to see your thoughts on the locking around gitignore... the tests claim to not be run in parallel but the fact that the file is still in use makes it sound like they are running in parallel somehow.