diff --git a/.npmrc b/.npmrc index 8e6d762..a8e0b99 100644 --- a/.npmrc +++ b/.npmrc @@ -1,5 +1,3 @@ -@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/ # 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..911ffaf 100644 --- a/build/azure-pipeline.validation.yml +++ b/build/azure-pipeline.validation.yml @@ -1,21 +1,13 @@ -# PR and Push validation pipeline - trigger: branches: include: - - main - - release - - release/* - - release-* + - '*' pr: branches: include: - - main - - release - - release/* - - release-* - drafts: false + - '*' + drafts: true resources: repositories: @@ -59,10 +51,11 @@ parameters: displayName: Build extension extends: - template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate + template: azure-pipelines/MicroBuild.1ES.Unofficial.yml@MicroBuildTemplate parameters: sdl: enabled: false + sourceAnalysisPool: VSEngSS-MicroBuild2022-1ES pool: name: AzurePipelines-EO os: windows diff --git a/package-lock.json b/package-lock.json index 6bac120..0361bb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2025.3.0", "license": "MIT", "dependencies": { - "@vscode/python-environments": "^1.0.0", + "@vscode/python-environments": "https://pkgs.dev.azure.com/azure-public/vside/_packaging/msft_consumption/npm/registry/@vscode/python-environments/-/python-environments-1.0.0.tgz", "@vscode/python-extension": "^1.0.6", "fs-extra": "^11.3.1", "minimatch": "^10.2.4", @@ -1295,7 +1295,7 @@ }, "node_modules/@vscode/python-environments": { "version": "1.0.0", - "resolved": "https://pkgs.dev.azure.com/azure-public/vside/_packaging/python-environments/npm/registry/@vscode/python-environments/-/python-environments-1.0.0.tgz", + "resolved": "https://pkgs.dev.azure.com/azure-public/vside/_packaging/msft_consumption/npm/registry/@vscode/python-environments/-/python-environments-1.0.0.tgz", "integrity": "sha1-AQxJi6ysjdysdHVWlc/H3XEbHfU=", "license": "MIT", "engines": { diff --git a/package.json b/package.json index da9a627..c9875fb 100644 --- a/package.json +++ b/package.json @@ -215,7 +215,7 @@ ] }, "dependencies": { - "@vscode/python-environments": "^1.0.0", + "@vscode/python-environments": "https://pkgs.dev.azure.com/azure-public/vside/_packaging/msft_consumption/npm/registry/@vscode/python-environments/-/python-environments-1.0.0.tgz", "@vscode/python-extension": "^1.0.6", "fs-extra": "^11.3.1", "minimatch": "^10.2.4",