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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -