Packaging fonts in visual studio deployment package and the zip folder structure -


i'm using msbuild create deployment package part of build process. calling msbuild /t:package part of command.

this working great except 2 things.

  1. i using web fonts , seems these not being included part of package (they included in project). how include these fonts?

  2. the folder structure within zip file ludicrous - includes full path drive letter down. anticipate cause problems length of path names @ point. know how prevent this? (i know it's duplicate of this: visual studio deployment package - change file structure .zip creates?)

  1. the reason fonts (or other non-standard file) not being deployed "build action" set "none". fix this, select file in solution explorer , modify build action "content". package project , included.

  2. i never understood folder structure either. using msdeploy publish site uses folder structure deploy multiple sites @ once. it's annoying when looking @ package "work". also... max file length 32k characters. see: maximum filename length in ntfs (windows xp , windows vista)?


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -