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
Post a Comment