Skip to content
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@vscode:registry=https://pkgs.dev.azure.com/azure-public/vside/_packaging/python-environments/npm/registry/
# Force public npm registry to avoid CI auth (E401) when no token is provided
registry=https://registry.npmjs.org/
# For python-environments, we need to use the Azure Artifacts registry for @vscode packages
@vscode:registry=https://pkgs.dev.azure.com/azure-public/vside/_packaging/msft_consumption/npm/registry
# Do not require auth for public installs
always-auth=false
12 changes: 2 additions & 10 deletions build/azure-pipeline.validation.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# PR and Push validation pipeline

trigger:
branches:
include:
- main
- release
- release/*
- release-*
- '*'

pr:
branches:
include:
- main
- release
- release/*
- release-*
- '*'
drafts: false

resources:
Expand Down
Loading