I have an asp.net project that has a fonts folder containing .ttf, .eot, .woff and .svg files.
After running the build, I check the web server and the .ttf, .eot and .woff files are not there.
I have also checked the drop folder, and it also does not contain those files.
All that can be found in the drop folder and web server are the .svg files.
How do I make sure that all fonts are uploaded via TFS build functionality?
Note: (Not sure if this would help) When you view the font files in solution explorer, the .eot and .woff file's icon appears like this icon https://support.cdn.mozilla.net/media/uploads/images/2012-11-13-19-11-25-ee0dc6.png - which should mean it is unrecognised. But the .ttf and .svg has their normal icons and is recognised.