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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -