Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -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
17 changes: 5 additions & 12 deletions build/azure-pipeline.validation.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switched from MicroBuild.1ES.Official.yml to MicroBuild.1ES.Unofficial.yml and added sourceAnalysisPool to match the isort repo. The Official template was failing with a 1ES PT pool/os mismatch error. Unofficial is the correct template for PR/validation builds.

parameters:
sdl:
enabled: false
sourceAnalysisPool: VSEngSS-MicroBuild2022-1ES
pool:
name: AzurePipelines-EO
os: windows
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading