Azure Devops: Cannot Build an Image using NPM private registry even after setting NPM Authenticate
问题 I am always getting an error on npm install after setting NPM Authenticate. I would like to authenticate to my npm private registry during image build and install all the dependencies I need. Maybe I misunderstood how this authentication process works but this is what I am doing: Build pipeline I tried establishing a service connection from the project settings page as in Service connections for builds and releases After that, I also set up my NPM Authentication task following the steps in