Skip to content
Merged
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
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ parameters:
- name: imageList
type: object
default:
windows: 'abtt-windows-2022'
linux: 'abtt-ubuntu-2204'
windows: 'abtt-windows-2025'
linux: 'abtt-ubuntu-2404'
- name: publishToNpm
displayName: Publish to npm
type: boolean
Expand All @@ -34,7 +34,7 @@ extends:
enabled: false
sourceAnalysisPool:
name: 1ES-ABTT-Shared-Pool
image: abtt-windows-2022
image: abtt-windows-2025
os: windows
customBuildTags:
- ES365AIMigrationTooling
Expand All @@ -46,7 +46,7 @@ extends:
displayName: Build and Publish artifact
pool:
name: 1ES-ABTT-Shared-Pool
image: abtt-ubuntu-2204
image: abtt-ubuntu-2404
os: linux
templateContext:
outputs:
Expand Down Expand Up @@ -102,7 +102,7 @@ extends:
displayName: Publish npm package
pool:
name: 1ES-ABTT-Shared-Pool
image: abtt-ubuntu-2204
image: abtt-ubuntu-2404
os: linux
steps:
- task: DownloadPipelineArtifact@2
Expand Down