0

I am getting following error while running a build definition.

enter image description here

I tried to give read/write permission by right clicking the Builds directory, but after running the build using build definition the permissions get reset.

The files get created by calling "gulp" command from a post script bat file. How to get rid of this error?

CodeZila
  • 919
  • 2
  • 14
  • 31

1 Answers1

1

I was wondering if it's related to the npm install issue. Please refer this npm install fails on Windows with "EPERM, operation not permitted" for more details.

Here is also a similar question Visual Studio 2015 hybrid app - getting "EPERM, operation not permitted"

Community
  • 1
  • 1
PatrickLu-MSFT
  • 49,478
  • 5
  • 35
  • 62