diff --git a/.npmrc b/.npmrc index 8e6d762..e79897d 100644 --- a/.npmrc +++ b/.npmrc @@ -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 diff --git a/build/azure-pipeline.validation.yml b/build/azure-pipeline.validation.yml index f18090d..7bab9a8 100644 --- a/build/azure-pipeline.validation.yml +++ b/build/azure-pipeline.validation.yml @@ -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: