Skip to content

Commit 3fb2381

Browse files
authored
bump version 2025.12.0 (#25354)
1 parent 6827afb commit 3fb2381

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

build/azure-pipeline.stable.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ extends:
9292
displayName: Build
9393

9494
- bash: |
95-
mkdir -p $(Build.SourcesDirectory)/python-env-tools/bin
96-
chmod +x $(Build.SourcesDirectory)/python-env-tools/bin
95+
mkdir -p $(Build.SourcesDirectory)/python-env-tools/bin
96+
chmod +x $(Build.SourcesDirectory)/python-env-tools/bin
9797
displayName: Make Directory for python-env-tool binary
9898
9999
- bash: |
@@ -124,30 +124,30 @@ extends:
124124
125125
- task: DownloadPipelineArtifact@2
126126
inputs:
127-
buildType: 'specific'
128-
project: 'Monaco'
129-
definition: 593
130-
buildVersionToDownload: 'latestFromBranch'
131-
branchName: 'refs/heads/release/2025.10'
132-
targetPath: '$(Build.SourcesDirectory)/python-env-tools/bin'
133-
artifactName: 'bin-$(buildTarget)'
134-
itemPattern: |
135-
pet.exe
136-
pet
137-
ThirdPartyNotices.txt
127+
buildType: 'specific'
128+
project: 'Monaco'
129+
definition: 593
130+
buildVersionToDownload: 'latestFromBranch'
131+
branchName: 'refs/heads/release/2025.12'
132+
targetPath: '$(Build.SourcesDirectory)/python-env-tools/bin'
133+
artifactName: 'bin-$(buildTarget)'
134+
itemPattern: |
135+
pet.exe
136+
pet
137+
ThirdPartyNotices.txt
138138
139139
- bash: |
140-
ls -lf ./python-env-tools/bin
141-
chmod +x ./python-env-tools/bin/pet*
142-
ls -lf ./python-env-tools/bin
140+
ls -lf ./python-env-tools/bin
141+
chmod +x ./python-env-tools/bin/pet*
142+
ls -lf ./python-env-tools/bin
143143
displayName: Set chmod for pet binary
144144
145145
- script: python -c "import shutil; shutil.rmtree('.nox', ignore_errors=True)"
146146
displayName: Clean up Nox
147147
tsa:
148-
config:
149-
areaPath: 'Visual Studio Code Python Extensions'
150-
serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46'
151-
enabled: true
148+
config:
149+
areaPath: 'Visual Studio Code Python Extensions'
150+
serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46'
151+
enabled: true
152152
apiScanDependentPipelineId: '593' # python-environment-tools
153153
apiScanSoftwareVersion: '2024'

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Python language support with extension access points for IntelliSense (Pylance), Debugging (Python Debugger), linting, formatting, refactoring, unit tests, and more.",
5-
"version": "2025.11.0-dev",
5+
"version": "2025.12.0",
66
"featureFlags": {
77
"usingNewInterpreterStorage": true
88
},

0 commit comments

Comments
 (0)