WaelHamze / dyn365-ce-vsts-tasks

VSTS Extension for Dynamics 365 Customer Engagement
https://marketplace.visualstudio.com/items?itemName=WaelHamze.xrm-ci-framework-build-tasks
GNU General Public License v3.0
117 stars 56 forks source link

Support for SVG files #83

Closed rappen closed 5 years ago

rappen commented 5 years ago

Task Update Web Resources does not seem to care about SVG files.

From the log:

##[debug]Processing pattern *.html...
##[debug]Processing pattern *.htm...
##[debug]Processing pattern *.js...
##[debug]Processing pattern *.css...
##[debug]Processing pattern *.png...
##[debug]Processing pattern *.jpeg...
##[debug]Found 20 resource files.
##[debug]Retrieving web resources from CRM...
##[debug]Found 30

I have icons for 10 entities in the solution, two PNG (16 and 32) and one SVG per entity.

rappen commented 5 years ago

I am an idiot.