diff --git a/.pipelines/templates/jobs/build.yml b/.pipelines/templates/jobs/build.yml index 7d4566af1..3d18b2a0b 100644 --- a/.pipelines/templates/jobs/build.yml +++ b/.pipelines/templates/jobs/build.yml @@ -43,6 +43,7 @@ jobs: displayName: Setup NPM Authentication inputs: workingFile: $(Pipeline.Workspace)/vscode-website/server/.npmrc + customEndpoint: website npm feed - script: npm install displayName: Install dependencies