I am getting npm warnings as errors during build using build definition.
I then added following property in MSBuild Arguments in Build Definition:
/p:TreatWarningsAsErrors=False
but it is not working yet.
I also cross-checked by right-clicking each project and none of them has the option "Treat Warnings as Errors" checked.
I am calling npm install command from post-build script.
I also restarted build controller and build agent after changes that I tried but no success.
Any help in this direction is appreciated.