tfs - Failed rmRF: EPERM: operation not permitted, unlink .bowerrc -


i using tfs online todo continuous integration builds pass release fail because following error

unhandled: failed rmrf: eperm: operation not permitted, unlink 'c:\path\.bowerrc' 

the thing did notice when @ files in tfs can see .bowerrc once artifacts gets dropped after build , @ zip file .bowerrc not possibly reason

try adding

<itemgroup>     <content include=".bowerrc" copytopublishdirectory="preservenewest" /> </itemgroup> 

to csproj file


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -