Skip to content

Commit 4f27590

Browse files
committed
Update serviceTreeID to Pylance team
- Change serviceTreeID from 6e6194bc-7baa-4486-86d0-9f5419626d46 to e3c408e8-09e7-404f-a9af-22b4ac3807a3 - Update areaPath to 'Pylance' Files updated: build/azure-pipeline.stable.yml, build/azure-pipeline.pre-release.yml
1 parent 531e11b commit 4f27590

File tree

2 files changed

+188
-188
lines changed

2 files changed

+188
-188
lines changed
Lines changed: 95 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,95 @@
1-
# Run on a schedule
2-
trigger: none
3-
pr: none
4-
5-
schedules:
6-
- cron: '0 10 * * 1-5' # 10AM UTC (2AM PDT) MON-FRI (VS Code Pre-release builds at 9PM PDT)
7-
displayName: Nightly Pre-Release Schedule
8-
always: false # only run if there are source code changes
9-
branches:
10-
include:
11-
- main
12-
13-
resources:
14-
repositories:
15-
- repository: templates
16-
type: github
17-
name: microsoft/vscode-engineering
18-
ref: main
19-
endpoint: Monaco
20-
21-
parameters:
22-
- name: publishExtension
23-
displayName: 🚀 Publish Extension
24-
type: boolean
25-
default: false
26-
27-
extends:
28-
template: azure-pipelines/extension/pre-release.yml@templates
29-
parameters:
30-
l10nSourcePaths: ./src
31-
standardizedVersioning: true
32-
ghCreateTag: false
33-
buildPlatforms:
34-
- name: Linux
35-
vsceTarget: ''
36-
- name: Linux
37-
packageArch: arm64
38-
vsceTarget: linux-arm64
39-
- name: Linux
40-
packageArch: arm
41-
vsceTarget: linux-armhf
42-
- name: Linux
43-
packageArch: x64
44-
vsceTarget: linux-x64
45-
- name: MacOS
46-
packageArch: arm64
47-
vsceTarget: darwin-arm64
48-
- name: MacOS
49-
packageArch: x64
50-
vsceTarget: darwin-x64
51-
- name: Windows
52-
packageArch: arm
53-
vsceTarget: win32-arm64
54-
- name: Windows
55-
packageArch: x64
56-
vsceTarget: win32-x64
57-
58-
buildSteps:
59-
- task: NodeTool@0
60-
inputs:
61-
versionSpec: '22.17.0'
62-
displayName: Select Node version
63-
64-
- task: UsePythonVersion@0
65-
inputs:
66-
versionSpec: '3.9'
67-
addToPath: true
68-
architecture: 'x64'
69-
displayName: Select Python version
70-
71-
- script: npm ci
72-
displayName: Install NPM dependencies
73-
74-
- script: python -m pip install -U pip
75-
displayName: Upgrade pip
76-
77-
- script: python -m pip install wheel nox
78-
displayName: Install wheel and nox
79-
80-
# update according packageArch
81-
- script: python -m nox --session install_bundled_libs
82-
displayName: Install Python dependencies
83-
env:
84-
VSCETARGET: ${{ variables.VSCETARGET }}
85-
86-
- script: npm run package
87-
displayName: Build extension
88-
89-
tsa:
90-
config:
91-
areaPath: 'Visual Studio Code Python Extensions'
92-
serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46'
93-
enabled: true
94-
95-
publishExtension: ${{ parameters.publishExtension }}
1+
# Run on a schedule
2+
trigger: none
3+
pr: none
4+
5+
schedules:
6+
- cron: '0 10 * * 1-5' # 10AM UTC (2AM PDT) MON-FRI (VS Code Pre-release builds at 9PM PDT)
7+
displayName: Nightly Pre-Release Schedule
8+
always: false # only run if there are source code changes
9+
branches:
10+
include:
11+
- main
12+
13+
resources:
14+
repositories:
15+
- repository: templates
16+
type: github
17+
name: microsoft/vscode-engineering
18+
ref: main
19+
endpoint: Monaco
20+
21+
parameters:
22+
- name: publishExtension
23+
displayName: 🚀 Publish Extension
24+
type: boolean
25+
default: false
26+
27+
extends:
28+
template: azure-pipelines/extension/pre-release.yml@templates
29+
parameters:
30+
l10nSourcePaths: ./src
31+
standardizedVersioning: true
32+
ghCreateTag: false
33+
buildPlatforms:
34+
- name: Linux
35+
vsceTarget: ''
36+
- name: Linux
37+
packageArch: arm64
38+
vsceTarget: linux-arm64
39+
- name: Linux
40+
packageArch: arm
41+
vsceTarget: linux-armhf
42+
- name: Linux
43+
packageArch: x64
44+
vsceTarget: linux-x64
45+
- name: MacOS
46+
packageArch: arm64
47+
vsceTarget: darwin-arm64
48+
- name: MacOS
49+
packageArch: x64
50+
vsceTarget: darwin-x64
51+
- name: Windows
52+
packageArch: arm
53+
vsceTarget: win32-arm64
54+
- name: Windows
55+
packageArch: x64
56+
vsceTarget: win32-x64
57+
58+
buildSteps:
59+
- task: NodeTool@0
60+
inputs:
61+
versionSpec: '22.17.0'
62+
displayName: Select Node version
63+
64+
- task: UsePythonVersion@0
65+
inputs:
66+
versionSpec: '3.9'
67+
addToPath: true
68+
architecture: 'x64'
69+
displayName: Select Python version
70+
71+
- script: npm ci
72+
displayName: Install NPM dependencies
73+
74+
- script: python -m pip install -U pip
75+
displayName: Upgrade pip
76+
77+
- script: python -m pip install wheel nox
78+
displayName: Install wheel and nox
79+
80+
# update according packageArch
81+
- script: python -m nox --session install_bundled_libs
82+
displayName: Install Python dependencies
83+
env:
84+
VSCETARGET: ${{ variables.VSCETARGET }}
85+
86+
- script: npm run package
87+
displayName: Build extension
88+
89+
tsa:
90+
config:
91+
areaPath: 'Pylance'
92+
serviceTreeID: 'e3c408e8-09e7-404f-a9af-22b4ac3807a3'
93+
enabled: true
94+
95+
publishExtension: ${{ parameters.publishExtension }}

build/azure-pipeline.stable.yml

Lines changed: 93 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,93 @@
1-
trigger: none
2-
# branches:
3-
# include:
4-
# - release*
5-
# tags:
6-
# include: ['*']
7-
pr: none
8-
9-
resources:
10-
repositories:
11-
- repository: templates
12-
type: github
13-
name: microsoft/vscode-engineering
14-
ref: main
15-
endpoint: Monaco
16-
17-
parameters:
18-
- name: publishExtension
19-
displayName: 🚀 Publish Extension
20-
type: boolean
21-
default: false
22-
23-
extends:
24-
template: azure-pipelines/extension/stable.yml@templates
25-
parameters:
26-
l10nSourcePaths: ./src
27-
publishExtension: ${{ parameters.publishExtension }}
28-
buildPlatforms:
29-
- name: Linux
30-
vsceTarget: ''
31-
- name: Linux
32-
packageArch: arm64
33-
vsceTarget: linux-arm64
34-
- name: Linux
35-
packageArch: arm
36-
vsceTarget: linux-armhf
37-
- name: Linux
38-
packageArch: x64
39-
vsceTarget: linux-x64
40-
- name: MacOS
41-
packageArch: arm64
42-
vsceTarget: darwin-arm64
43-
- name: MacOS
44-
packageArch: x64
45-
vsceTarget: darwin-x64
46-
- name: Windows
47-
packageArch: arm
48-
vsceTarget: win32-arm64
49-
- name: Windows
50-
packageArch: x64
51-
vsceTarget: win32-x64
52-
53-
buildSteps:
54-
- task: NodeTool@0
55-
inputs:
56-
versionSpec: '22.17.0'
57-
displayName: Select Node version
58-
59-
- task: UsePythonVersion@0
60-
inputs:
61-
versionSpec: '3.9'
62-
addToPath: true
63-
architecture: 'x64'
64-
displayName: Select Python version
65-
66-
- script: npm ci
67-
displayName: Install NPM dependencies
68-
69-
- script: python -m pip install -U pip
70-
displayName: Upgrade pip
71-
72-
- script: python -m pip install wheel nox
73-
displayName: Install wheel and nox
74-
75-
# update according packageArch
76-
- script: python -m nox --session install_bundled_libs
77-
displayName: Install Python dependencies
78-
env:
79-
VSCETARGET: ${{ variables.VSCETARGET }}
80-
81-
- script: python ./build/update_ext_version.py --release --for-publishing
82-
displayName: Update build number
83-
84-
- script: npm run package
85-
displayName: Build extension
86-
87-
tsa:
88-
config:
89-
areaPath: 'Visual Studio Code Python Extensions'
90-
serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46'
91-
enabled: true
92-
93-
apiScanSoftwareVersion: '2024'
1+
trigger: none
2+
# branches:
3+
# include:
4+
# - release*
5+
# tags:
6+
# include: ['*']
7+
pr: none
8+
9+
resources:
10+
repositories:
11+
- repository: templates
12+
type: github
13+
name: microsoft/vscode-engineering
14+
ref: main
15+
endpoint: Monaco
16+
17+
parameters:
18+
- name: publishExtension
19+
displayName: 🚀 Publish Extension
20+
type: boolean
21+
default: false
22+
23+
extends:
24+
template: azure-pipelines/extension/stable.yml@templates
25+
parameters:
26+
l10nSourcePaths: ./src
27+
publishExtension: ${{ parameters.publishExtension }}
28+
buildPlatforms:
29+
- name: Linux
30+
vsceTarget: ''
31+
- name: Linux
32+
packageArch: arm64
33+
vsceTarget: linux-arm64
34+
- name: Linux
35+
packageArch: arm
36+
vsceTarget: linux-armhf
37+
- name: Linux
38+
packageArch: x64
39+
vsceTarget: linux-x64
40+
- name: MacOS
41+
packageArch: arm64
42+
vsceTarget: darwin-arm64
43+
- name: MacOS
44+
packageArch: x64
45+
vsceTarget: darwin-x64
46+
- name: Windows
47+
packageArch: arm
48+
vsceTarget: win32-arm64
49+
- name: Windows
50+
packageArch: x64
51+
vsceTarget: win32-x64
52+
53+
buildSteps:
54+
- task: NodeTool@0
55+
inputs:
56+
versionSpec: '22.17.0'
57+
displayName: Select Node version
58+
59+
- task: UsePythonVersion@0
60+
inputs:
61+
versionSpec: '3.9'
62+
addToPath: true
63+
architecture: 'x64'
64+
displayName: Select Python version
65+
66+
- script: npm ci
67+
displayName: Install NPM dependencies
68+
69+
- script: python -m pip install -U pip
70+
displayName: Upgrade pip
71+
72+
- script: python -m pip install wheel nox
73+
displayName: Install wheel and nox
74+
75+
# update according packageArch
76+
- script: python -m nox --session install_bundled_libs
77+
displayName: Install Python dependencies
78+
env:
79+
VSCETARGET: ${{ variables.VSCETARGET }}
80+
81+
- script: python ./build/update_ext_version.py --release --for-publishing
82+
displayName: Update build number
83+
84+
- script: npm run package
85+
displayName: Build extension
86+
87+
tsa:
88+
config:
89+
areaPath: 'Pylance'
90+
serviceTreeID: 'e3c408e8-09e7-404f-a9af-22b4ac3807a3'
91+
enabled: true
92+
93+
apiScanSoftwareVersion: '2024'

0 commit comments

Comments
 (0)