mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Engineering - move CLI jobs back to hosted pool (#246468)
This commit is contained in:
@@ -263,7 +263,8 @@ extends:
|
||||
- ${{ if eq(parameters.VSCODE_BUILD_MACOS, true) }}:
|
||||
- job: CLIMacOSX64
|
||||
pool:
|
||||
name: AcesShared
|
||||
name: Azure Pipelines
|
||||
image: macOS-13
|
||||
os: macOS
|
||||
variables:
|
||||
# todo@connor4312 to diagnose build flakes
|
||||
@@ -279,7 +280,8 @@ extends:
|
||||
- ${{ if and(eq(variables['VSCODE_CIBUILD'], false), eq(parameters.VSCODE_BUILD_MACOS_ARM64, true)) }}:
|
||||
- job: CLIMacOSARM64
|
||||
pool:
|
||||
name: AcesShared
|
||||
name: Azure Pipelines
|
||||
image: macOS-13
|
||||
os: macOS
|
||||
variables:
|
||||
# todo@connor4312 to diagnose build flakes
|
||||
|
||||
Reference in New Issue
Block a user